Skip to content

Commit 32e2a07

Browse files
committed
copy-paste error
1 parent 3d2a8a6 commit 32e2a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/koana.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)