Skip to content

Commit

Permalink
change(#5): adjust archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Aug 4, 2023
1 parent 94e095d commit 152e065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: package
if: startsWith(github.ref, 'refs/tags/v')
run: |
zip -r vivify-macos-${{ github.ref_name }}.zip bin/macos/*
zip -r vivify-linux-${{ github.ref_name }}.zip bin/linux/*
zip -r vivify-macos.zip bin/macos/*
zip -r vivify-linux.zip bin/linux/*
- name: release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 152e065

Please sign in to comment.