Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Reubinoff committed Dec 9, 2023
1 parent cf29433 commit fad05e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./path/to/your/package.nupkg
asset_name: your-package-name.nupkg
asset_path: .GuerrillaSharp/bin/Release/GuerrillaSharp.1.0.${{ github.run_number }}.nupkg
asset_name: GuerrillaSharp.1.0.${{ github.run_number }}.nupkg
asset_content_type: application/octet-stream

0 comments on commit fad05e7

Please sign in to comment.