Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patuwwy committed Nov 14, 2023
1 parent 40f554e commit 8a1c0aa
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 @@ -24,7 +24,7 @@ jobs:

- name: Zip subdirectory
run: >
cd ${{ env.SOURCE_SUBDIRECTORY }}/* &&
cd ${{ env.SOURCE_SUBDIRECTORY }} &&
zip -r ${{ env.RELEASE_ZIP_FILENAME }}-${{ steps.version.outputs.version }}.zip ./
- name: Create Release
Expand Down

0 comments on commit 8a1c0aa

Please sign in to comment.