Skip to content

Commit

Permalink
Try to fix cd issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafeed3s committed Dec 28, 2023
1 parent f5d813b commit 1c9a4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build and publish
run: |
ls
cd src/SUTForge
cd ./src/SUTForge
VERSION=$(echo ${GITHUB_REF#refs/tags/})
dotnet pack --configuration Release --output . --version-suffix $VERSION
dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 1c9a4f3

Please sign in to comment.