Skip to content

Commit efcecbf

Browse files
committed
Fix cd in ci
1 parent 9b49897 commit efcecbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Zip subdirectory
2626
run: >
2727
cd ${{ env.SOURCE_SUBDIRECTORY }} &&
28-
zip -r ${{ env.RELEASE_ZIP_FILENAME }}-${{ steps.version.outputs.version }}.zip ./ &&
28+
zip -r ../${{ env.RELEASE_ZIP_FILENAME }}-${{ steps.version.outputs.version }}.zip ./ &&
2929
cd ..
3030
3131
- name: Create Release

0 commit comments

Comments
 (0)