Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
malstraem committed Dec 19, 2024
1 parent 24341d6 commit 2952e03
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ name: pack
jobs:
build:
steps:
- uses: actions/download-artifact@v4
with:
name: build
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
- name: Deploy to NuGet
run: |
dotnet pack --no-build --tl
dotnet pack source/library/Arinc424.csproj
dotnet nuget push artifacts/package/release/*.nupkg -k ${{secrets.NUGET_PUSH_KEY}} --skip-duplicate --source https://api.nuget.org/v3/index.json
runs-on: ubuntu-latest

0 comments on commit 2952e03

Please sign in to comment.