Skip to content

Commit 47efde4

Browse files
committed
github actions settings 30
1 parent 7aed1d1 commit 47efde4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,8 @@ jobs:
337337
name: bin
338338
path: ./downloaded-artifacts
339339

340-
- name: Unzip Artifact
341-
run: unzip ./downloaded-artifacts/bin.zip -d ./unzipped-artifacts
342-
343340
- name: Copy files to project/addons/quarkphysics/bin
344-
run: cp -r -f ./unzipped-artifacts/* project/addons/quarkphysics/bin/
341+
run: cp -r -f ./downloaded-artifacts/* project/addons/quarkphysics/bin/
345342

346343
- name: Upload Project Artifact
347344
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)