Skip to content

Commit

Permalink
chore(workflows): fix publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmd5 committed Sep 27, 2024
1 parent 1626ac3 commit 1f679cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
run: cargo login ${{ secrets.CRATES_TOKEN }}

- name: Download Compiler Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: List Chordc Artifacts
continue-on-error: true
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
uses: falti/[email protected]

- name: Download Compiler Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Extract Compiler Artifacts
run: |
Expand Down Expand Up @@ -436,7 +436,7 @@ jobs:
run: cargo login ${{ secrets.CRATES_TOKEN }}

- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Publish .NET Tools
run: dotnet nuget push bebop-tools-nuget-${{ steps.dotenv.outputs.version }}/bebop-tools.${{ steps.dotenv.outputs.version }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
Expand Down

0 comments on commit 1f679cf

Please sign in to comment.