Skip to content

Commit

Permalink
wokr
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederoxDev committed Jul 28, 2024
1 parent 5fe9f25 commit 7d8b0df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
- name: Upload Release Asset
run: |
$asset_path = "dist/AmethystRuntime@$env:NEW_VERSION.zip"
$asset_name = "AmethystRuntime@$env:NEW_VERSION.zip"
gh release upload "v$env:NEW_VERSION" $asset_path --name "$asset_name" --repo FrederoxDev/Amethyst
$asset_label = "AmethystRuntime@$env:NEW_VERSION.zip"
gh release upload "v$env:NEW_VERSION" "$asset_path#$asset_label" --repo FrederoxDev/Amethyst
shell: pwsh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion AmethystRuntime/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Amethyst Options
set(MOD_VERSION "1.4.1")
set(MOD_VERSION "1.4.0")
set(MOD_AUTHOR "FrederoxDev")

set(MOD_TARGET_VERSION_MAJOR 1)
Expand Down

0 comments on commit 7d8b0df

Please sign in to comment.