Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 authored Dec 26, 2024
1 parent 6c8a478 commit 416e752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: dotnet pack --configuration Release -p:Version=${{ steps.vars.outputs.version }} -o output

- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Binaries
path: output/
Expand Down

0 comments on commit 416e752

Please sign in to comment.