Skip to content

Commit

Permalink
ci: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jan 20, 2025
1 parent 4ae740e commit 263be6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
# build
- run: dotnet build -c ${{ env.BUILD_CONFIG }} -p:Version=${{ env.GIT_TAG }}
# pack
- run: dotnet pack -c ${{ env.BUILD_CONFIG }} -p:Version=${{ env.GIT_TAG }} -o ./.nuget/
- run: dotnet pack -c ${{ env.BUILD_CONFIG }} -p:Version=${{ env.GIT_TAG }} -o ./publish/
- uses: actions/upload-artifact@v4
with:
name: nuget
path: ./.nuget/
path: ./publish/
retention-days: 1
if-no-files-found: error

Expand Down

0 comments on commit 263be6d

Please sign in to comment.