Skip to content

Commit

Permalink
Fix packing zip
Browse files Browse the repository at this point in the history
  • Loading branch information
patuwwy committed Nov 14, 2023
1 parent f1dae16 commit 1c16d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "::set-output name=version::$(jq -r .version app/manifest.json)"

- name: Zip subdirectory
run: zip -r ${{ env.RELEASE_ZIP_FILENAME }}-${{ steps.version.outputs.version }}.zip ./${{ env.SOURCE_SUBDIRECTORY }}/
run: zip -r ${{ env.RELEASE_ZIP_FILENAME }}-${{ steps.version.outputs.version }}.zip ./${{ env.SOURCE_SUBDIRECTORY }}/*

- name: Create Release
id: create_release
Expand Down

0 comments on commit 1c16d15

Please sign in to comment.