Skip to content

Commit

Permalink
Fix cd in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
patuwwy committed Nov 14, 2023
1 parent 6a1afac commit 9b49897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Zip subdirectory
run: >
cd ${{ env.SOURCE_SUBDIRECTORY }} &&
zip -r ${{ env.RELEASE_ZIP_FILENAME }}-${{ steps.version.outputs.version }}.zip ./
zip -r ${{ env.RELEASE_ZIP_FILENAME }}-${{ steps.version.outputs.version }}.zip ./ &&
cd ..
- name: Create Release
id: create_release
Expand Down

0 comments on commit 9b49897

Please sign in to comment.