Skip to content

Commit

Permalink
Correct artifact name mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Dec 28, 2024
1 parent 5d51d7f commit 613d783
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 @@ -82,7 +82,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: $${{ matrix.os.name }} {{ matrix.profile.name }} Binaries
name: ${{ matrix.os.name }} ${{ matrix.profile.name }} Binaries
path: |
OTAPI.Patcher/bin/Debug/net9.0/artifact-*/*
Expand Down

0 comments on commit 613d783

Please sign in to comment.