File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -420,12 +420,12 @@ jobs:
420420 cp temp/libkoana-musl-x64.so lib/koana/linux-musl-x64/native/libkoana.so
421421 cp temp/libkoana-musl-arm64.so lib/koana/linux-musl-arm64/native/libkoana.so
422422
423- - name : Pack DSharpPlus.Natives.Opus
423+ - name : Pack DSharpPlus.Natives.Koana
424424 shell : bash
425425 env :
426426 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
427427 VERSION : ${{ needs.version.outputs.version }}
428428 run : |
429429 VERSION="${VERSION:1}"
430- dotnet pack ./build/DSharpPlus.Natives.Opus .csproj -c Release -p:Version="$VERSION.${{ github.run_number }}"
430+ dotnet pack ./build/DSharpPlus.Natives.Koana .csproj -c Release -p:Version="$VERSION.${{ github.run_number }}"
431431 dotnet nuget push "artifacts/**" --skip-duplicate -k "$NUGET_API_KEY" -s https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments