This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user