Skip to content

Commit

Permalink
Update the one I forgot about
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Oct 19, 2024
1 parent 30a9d31 commit b52120c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cmake --build .
- name: Upload executable
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ubuntu-executable
path: build/src/8ChocChip
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
cmake --build . --config Release
- name: Upload executable
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: windows-executable
path: |
Expand Down

0 comments on commit b52120c

Please sign in to comment.