Skip to content

Commit

Permalink
release: v1.1.0, install prebuilt Erlang/OTP
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Jan 26, 2025
1 parent e8545b5 commit 8f84348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
print(str)' > manifest.json
cat manifest.json
- name: Upload JSON file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@main
with:
name: manifest
path: manifest.json
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Download JSON file
uses: actions/download-artifact@v2
uses: actions/download-artifact@main
with:
name: manifest
- name: Compress build files
Expand Down
2 changes: 1 addition & 1 deletion metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PLUGIN = {}
--- Plugin name
PLUGIN.name = "erlang"
--- Plugin version
PLUGIN.version = "1.0.1"
PLUGIN.version = "1.1.0"
--- Plugin homepage
PLUGIN.homepage = "https://github.com/version-fox/vfox-erlang"
--- Plugin license, please choose a correct license according to your needs.
Expand Down

0 comments on commit 8f84348

Please sign in to comment.