Skip to content

Commit

Permalink
Updated build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRetro2033 committed Dec 7, 2024
1 parent 5600990 commit 6ee1438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Adding files to Artifact
run:
"cp ${{ matrix.path-to-squirrel-library }} ./scripts/installers/${{ matrix.platform }}/lib/${{ matrix.rename-squirrel-to }} &&
cp -r --force ./scripts/installers/${{ matrix.platform }}/ ./build/releases/"
cp -r ./scripts/installers/${{ matrix.platform }}/ ./build/releases/ --force"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6ee1438

Please sign in to comment.