.github/workflows/release-windows.yml aktualisiert
This commit is contained in:
2
.github/workflows/release-windows.yml
vendored
2
.github/workflows/release-windows.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: cargo build --workspace --release
|
run: cargo build --workspace --release
|
||||||
|
|
||||||
- name: Upload release artifact (Windows)
|
- name: Upload release artifact (Windows)
|
||||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
uses: https://gitea.com/actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release-windows
|
name: release-windows
|
||||||
path: target/release/*.exe
|
path: target/release/*.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user