Skip to content

Commit

Permalink
Update github workflow, macos was using wrong artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiaanOlij committed Jul 7, 2024
1 parent 02fd3d7 commit 70150be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: matrix.platform == 'windows'

- name: Upload build files (artifacts) (MacOS)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: xcomp-macos
path: |
Expand Down

0 comments on commit 70150be

Please sign in to comment.