Skip to content

Commit

Permalink
fix release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Jul 28, 2024
1 parent 15307ae commit d56a872
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ jobs:
Version: ${{ toJSON(steps.package.outputs.VERSION_NAME) }}
Release_Tag: "${{ steps.package.outputs.GIT_VERSION }}"
- 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

- name: Upload signed installer to GitHub Artifacts
id: upload-artifact-signed
if: github.event_name == 'push'
Expand All @@ -151,7 +157,7 @@ jobs:
with:
name: release-win
path: |
signed-artifacts/texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.exe
texstudio-win-qt6-signed-${{ steps.package.outputs.VERSION_NAME }}.exe
texstudio-${{ steps.package.outputs.GIT_VERSION }}-win-portable-qt6.zip
###################################
Expand Down

0 comments on commit d56a872

Please sign in to comment.