Skip to content

Commit

Permalink
fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Jul 28, 2024
1 parent d56a872 commit 6872e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: copy signed installer
id: copy_signed_binary
run: |
cp signed-artifacts/texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.exe texstudio-win-qt6-signed-${{ steps.package.outputs.VERSION_NAME }}.exe
cp signed-artifacts/texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.exe texstudio-${{ steps.package.outputs.GIT_VERSION }}-win-qt6-signed.exe

- name: Upload signed installer to GitHub Artifacts
Expand All @@ -157,7 +157,7 @@ jobs:
with:
name: release-win
path: |
texstudio-win-qt6-signed-${{ steps.package.outputs.VERSION_NAME }}.exe
texstudio-${{ steps.package.outputs.GIT_VERSION }}-win-qt6-signed.exe
texstudio-${{ steps.package.outputs.GIT_VERSION }}-win-portable-qt6.zip
###################################
Expand Down

0 comments on commit 6872e90

Please sign in to comment.