Skip to content

Commit b51400f

Browse files
committed
build fix
1 parent ed96f2e commit b51400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: dtolnay/rust-toolchain@stable
2121

2222
- name: Build release
23-
run: cargo build --release -p wineventengine
23+
run: cargo build --release -p wineventengine-gui
2424

2525
- name: Upload Release Asset
2626
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)