Skip to content

Commit a5e6a57

Browse files
chore: extrat zip
1 parent 03b858d commit a5e6a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifact-iota.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies && build production
1717
run: cd src && npm install && npm run production
1818
- name: Unzip file
19-
run: unzip -o liebling.zip -d ./
19+
run: mkdir -p tmp && unzip -o liebling.zip -d ./tmp && cd tmp
2020
- name: 'Upload Artifact'
2121
uses: actions/upload-artifact@v4
2222
with:

0 commit comments

Comments
 (0)