Skip to content

Commit

Permalink
github actions settings 32
Browse files Browse the repository at this point in the history
  • Loading branch information
erayzesen committed Dec 22, 2024
1 parent 591969f commit 7cb3c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
path: downloaded-artifacts

- name: Copy files to project/addons/quarkphysics/bin
run: cp -r -f downloaded-artifacts/* project/addons/quarkphysics/bin/
run: cp -r -f downloaded-artifacts/bin/* project/addons/quarkphysics/bin/

- name: Upload Project Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7cb3c64

Please sign in to comment.