Skip to content

Commit

Permalink
move one level up
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaAvazashvili committed Sep 13, 2024
1 parent 05371a7 commit 52233f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:

- name: Prepare the production zip
run: |
cd ..
zip -r ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}.zip ${{ github.event.repository.name }} -x '*.git*'
- name: Publish the production zip
uses: shogo82148/actions-upload-release-asset@v1
Expand Down

0 comments on commit 52233f2

Please sign in to comment.