Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gvensan authored Mar 5, 2024
1 parent 73f5ee3 commit 58d6e8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
args: zip -qq -r release/stm-macos-${{ steps.package-version.outputs.current-version}}.zip stm

- name: Remove stm (of macos)
run: rm stm stm-macos.zip
run: rm stm

- name: Rename stm-linux
run: mv release/stm-linux stm
Expand All @@ -49,7 +49,7 @@ jobs:
args: zip -qq -r release/stm-linux-${{ steps.package-version.outputs.current-version}}.zip stm

- name: Remove stm (of linux)
run: rm stm stm-linux.zip
run: rm stm

- name: Rename stm-alpine
run: mv release/stm-alpine stm
Expand All @@ -60,7 +60,7 @@ jobs:
args: zip -qq -r release/stm-alpine-${{ steps.package-version.outputs.current-version}}.zip stm

- name: Remove stm (of alpine)
run: rm stm stm-alpine.zip
run: rm stm

- name: Rename stm-win
run: mv release/stm-win.exe stm.exe
Expand All @@ -71,7 +71,7 @@ jobs:
args: zip -qq -r release/stm-win-${{ steps.package-version.outputs.current-version}}.zip stm.exe

- name: Remove stm (of win)
run: rm stm.exe stm-win.zip
run: rm stm.exe

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 58d6e8c

Please sign in to comment.