Skip to content

Commit

Permalink
Attempt to fix secondary artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
redmushie committed Sep 21, 2023
1 parent 9468524 commit 9d68e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if-no-files-found: error

- name: Grab artifacts
run: cp publish/**/ShockLink.*.dll .
run: cp publish/ShockLink.*.dll .

- name: Upload internal artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9d68e04

Please sign in to comment.