We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faf2c8 commit 3e6311bCopy full SHA for 3e6311b
.github/workflows/sodium.yml
@@ -146,7 +146,7 @@ jobs:
146
uses: actions/upload-artifact@v4
147
with:
148
name: sodium-${{ steps.build.outputs.version }}-${{ matrix.config.rid }}
149
- path: libs/libopus/${{ matrix.config.rid }}/native/${{ matrix.config.file }}
+ path: libs/libsodium/${{ matrix.config.rid }}/native/${{ matrix.config.file }}
150
update-version:
151
name: Update .NET project version
152
needs: build
0 commit comments