Skip to content

Commit 2ea6931

Browse files
committed
now correctly zips folder
1 parent a59252a commit 2ea6931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/masterdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Zip Folder
13-
run: zip -r ${{ github.event.repository.name }}.zip src
13+
run: (cd src && zip -r ../${{ github.event.repository.name }}.zip .)
1414

1515
- name: Release
1616
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)