diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9952bb1..d7d4827 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,5 +31,5 @@ jobs: - name: Upload build artifacts uses: actions/upload-artifact@v3 with: - name: cssudii-sodium-build-${{ env.datetime }} + name: CSSUDII.Sodium_${{ env.datetime }} path: ${{ github.workspace }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76496e3..f2a948c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,8 @@ jobs: - name: Push run: | dotnet nuget push CSSUDII.Sodium.Interop.${VERSION}.nupkg \ - --source https://git.119.224.65.18.sslip.io/api/packages/CSSUDII/nuget/index.json \ + --source ${NUGET_SOURCE} \ --api-key ${NUGET_TOKEN} env: + NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }} NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}