File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 13
13
matrix :
14
14
os : [ubuntu-latest, macos-latest, windows-latest]
15
15
env :
16
- CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
17
16
CURSEFORGE_API_KEY : ${{ secrets.CURSEFORGE_API_KEY }}
18
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
18
steps :
69
68
name : binaries
70
69
path : out/ferium*.zip
71
70
if-no-files-found : error
72
-
71
+
72
+ publish :
73
+ runs-on : ubuntu-latest
74
+ needs : build
75
+ env :
76
+ CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
77
+ steps :
78
+ - uses : actions/checkout@v3
79
+ - name : Install Rust
80
+ uses : actions-rs/toolchain@v1
81
+ with :
82
+ toolchain : stable
83
+ - name : Install dependencies
84
+ run : sudo apt-get install librust-gdk-dev
73
85
- name : Upload to Crates
74
86
uses : actions-rs/cargo@v1
75
87
with :
You can’t perform that action at this time.
0 commit comments