Skip to content

Commit be9080d

Browse files
Without release folder
1 parent 632981b commit be9080d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
path: ./release
3838
- name: Zip
3939
run: |
40-
for dir in ./release/*; do
40+
cd release
41+
for dir in *; do
4142
zip -r "$dir.zip" "$dir"
4243
done
43-
ls ./release
4444
- name: Upload Release Asset
4545
uses: softprops/action-gh-release@v2
4646
with:

0 commit comments

Comments
 (0)