File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,26 +16,12 @@ jobs:
1616 with :
1717 toolchain : nightly
1818 override : true
19+
1920 - name : Install ALSA
2021 run : sudo apt-get install -y libasound2-dev
2122
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- uses : katyo/publish-crates@v2
31- with :
32- registry-token : ${{ secrets.CARGO_REGISTRY_TOKEN }}
33- args : -p xsynth-core
34- ignore-unpublished-changes : true
35-
36- - name : Publish xsynth-realtime
23+ - name : Publish
3724 uses : katyo/publish-crates@v2
3825 with :
3926 registry-token : ${{ secrets.CARGO_REGISTRY_TOKEN }}
40- args : -p xsynth-realtime
4127 ignore-unpublished-changes : true
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "xsynth-clib"
33description = " C/C++ bindings for XSynth"
44authors = [" MBMS" ]
55readme = " README.md"
6+ publish = false
67
78version.workspace = true
89edition.workspace = true
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "xsynth-kdmapi"
33description = " A cdylib wrapper around XSynth to act as a drop in replacement for OmniMIDI/KDMAPI."
44authors = [" Kaydax" , " Arduano" , " MBMS" ]
55readme = " README.md"
6+ publish = false
67
78version.workspace = true
89edition.workspace = true
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "xsynth-render"
33description = " A command line utility for rendering MIDIs to audio using XSynth."
44authors = [" Arduano" , " MBMS" ]
55readme = " README.md"
6+ publish = false
67
78version.workspace = true
89edition.workspace = true
You can’t perform that action at this time.
0 commit comments