Skip to content

Commit

Permalink
fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Nov 26, 2024
1 parent 23cb056 commit a9d36cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/net-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
- build_osx_x64
- build_osx_arm64
runs-on: ubuntu-latest
env:
NUGET_SOURCE_URL: "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"

steps:
- name: Checkout Code
Expand All @@ -147,7 +149,6 @@ jobs:

- name: Set Up NuGet Sources
run: |
NUGET_SOURCE_URL="https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
dotnet nuget remove source ${{ github.repository_owner }}-github || true
dotnet nuget add source $NUGET_SOURCE_URL \
--name ${{ github.repository_owner }}-github \
Expand Down

0 comments on commit a9d36cb

Please sign in to comment.