Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBlackMIDIScore committed Aug 25, 2024
1 parent 01d8422 commit 525394b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,22 @@ jobs:
uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
path: ./soundfonts
args: -p xsynth-soundfonts
ignore-unpublished-changes: true

- name: Publish xsynth-core
uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
path: ./core
args: -p xsynth-core
ignore-unpublished-changes: true

- name: Publish xsynth-realtime
uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
path: ./realtime
args: -p xsynth-realtime
ignore-unpublished-changes: true

0 comments on commit 525394b

Please sign in to comment.