We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b858d commit a5e6a57Copy full SHA for a5e6a57
.github/workflows/build-artifact-iota.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install dependencies && build production
17
run: cd src && npm install && npm run production
18
- name: Unzip file
19
- run: unzip -o liebling.zip -d ./
+ run: mkdir -p tmp && unzip -o liebling.zip -d ./tmp && cd tmp
20
- name: 'Upload Artifact'
21
uses: actions/upload-artifact@v4
22
with:
0 commit comments