We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6021b84 commit ee069cbCopy full SHA for ee069cb
1 file changed
.github/workflows/publish.yml
@@ -18,8 +18,24 @@ jobs:
18
override: true
19
- name: Install ALSA
20
run: sudo apt-get install -y libasound2-dev
21
- - name: Publish
+
22
+ - name: Publish xsynth-soundfonts
23
+ uses: katyo/publish-crates@v2
24
+ with:
25
+ registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
26
+ args: -p xsynth-soundfonts
27
+ ignore-unpublished-changes: true
28
29
+ - name: Publish xsynth-core
30
31
32
33
+ args: -p xsynth-core
34
35
36
+ - name: Publish xsynth-realtime
37
uses: katyo/publish-crates@v2
38
with:
39
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
40
+ args: -p xsynth-realtime
41
ignore-unpublished-changes: true
0 commit comments