Skip to content

Commit

Permalink
Release workflow fixes v2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 authored Sep 14, 2024
1 parent d283bb8 commit d5d2feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Rename Windows artifacts
run: |
cd release-artifacts
mv terminal_window.exe windows-latest_${{ github.ref_name }}_cmdgui-release.exe
mv terminal_gui.exe windows-latest_${{ github.ref_name }}_cmdgui-release.exe
mv cli_args.exe windows-latest_${{ github.ref_name }}_cmdline-release.exe
- name: Draft normal release
Expand Down

0 comments on commit d5d2feb

Please sign in to comment.