Skip to content

Commit

Permalink
ci: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Mayson committed Jul 27, 2023
1 parent 13d3695 commit 0b9d429
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ jobs:
run: |
cd release && zip linux-x64.zip hemtt && rm hemtt
- name: Zip Windows x64
run: |
cd release && zip windows-x64.zip hemtt.exe && rm hemtt.exe
- name: Create Release Version
run: |
VERSION=${GITHUB_REF_NAME#v}
Expand All @@ -143,6 +139,10 @@ jobs:
with:
args: pack bin/dist/hemtt.nuspec --version ${{ env.VERSION }} --outputdirectory release

- name: Zip Windows x64
run: |
cd release && zip windows-x64.zip hemtt.exe && rm hemtt.exe
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 0b9d429

Please sign in to comment.