Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
fix: Release workflow (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Jul 7, 2021
1 parent d443a27 commit 898ed9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
--win-console
- name: Package app directory
run: 7z a "build\executable\telestion-serial-connector-${version}.zip" build\executable\telestion-serial-connector
run: >
cd build\executable ; 7z a "telestion-serial-connector-${env:version}.zip" telestion-serial-connector
- name: Upload release asset 🪡
if: ${{ env.skipped == 'false' }}
Expand Down

0 comments on commit 898ed9d

Please sign in to comment.