1 parent 4326d31 commit e33abfbCopy full SHA for e33abfb
1 file changed
.github/workflows/rust.yml
@@ -21,16 +21,13 @@ jobs:
21
uses: swatinem/rust-cache@v2
22
23
- name: Build
24
- # Windows向けにreleaseビルドを実行
25
run: cargo build --verbose --release
26
27
- name: Run tests
28
run: cargo test --verbose
29
30
- # ビルドされた .exe ファイルをGitHub上に保存(ダウンロード可能にする)
31
- name: Upload Artifact
32
uses: actions/upload-artifact@v4
33
with:
34
name: windows-binary
35
- # 実行ファイル名の部分は自身のプロジェクト名に合わせて書き換えてください
36
- path: target/release/Release.exe
+ path: target/release/ultra_fast_midi_renderer.exe
0 commit comments