Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dissectum committed Sep 14, 2023
1 parent 883774f commit 0222d0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ jobs:

- name: Pack
#if: ${{ needs.meta.outputs.is_release == 'true' }}
run: |
cd ${{ env.PUBLISH_PATH }}
7z a -r ../$f.zip ./*
working-directory: ${{ env.PUBLISH_PATH }}
run: 7z a -r ../$f.zip ./*

- uses: softprops/action-gh-release@v1
if: ${{ needs.meta.outputs.is_release == 'true' }}
Expand Down

0 comments on commit 0222d0b

Please sign in to comment.