Skip to content

Commit

Permalink
Fix copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Jul 9, 2024
1 parent 5faf2c8 commit 3e6311b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: sodium-${{ steps.build.outputs.version }}-${{ matrix.config.rid }}
path: libs/libopus/${{ matrix.config.rid }}/native/${{ matrix.config.file }}
path: libs/libsodium/${{ matrix.config.rid }}/native/${{ matrix.config.file }}
update-version:
name: Update .NET project version
needs: build
Expand Down

0 comments on commit 3e6311b

Please sign in to comment.