Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvfs2k07 committed Aug 14, 2024
1 parent ad0aaa3 commit 18afffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
#DEXTERION_VERSION=$(grep -Po 'version\s*=\s*"\K[^"]*' ./util/utilFunctions.hpp)
echo "DEXTERION_VERSION=$DEXTERION_VERSION" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
- name: Zip Dexterion
shell: cmd
run: |
cd "x64\Release"
rename Dexterion.exe "Dexterion-${{ env.DEXTERION_VERSION }}.exe"
Expand Down

0 comments on commit 18afffa

Please sign in to comment.