.gitea/workflows/release.yaml aktualisiert
publish release / release (push) Failing after 4m51s

This commit is contained in:
2026-05-08 23:12:18 +02:00
parent dc26d35cf5
commit 7c95916b42
+2 -1
View File
@@ -19,7 +19,8 @@ jobs:
with: with:
toolchain: stable toolchain: stable
targets: x86_64-pc-windows-gnu targets: x86_64-pc-windows-gnu
- run: cargo build --release --target=x86_64-pc-windows-gnu - run: cargo install cross --git https://github.com/cross-rs/cross
- run: cross build --release --target=x86_64-pc-windows-gnu
- name: Release - name: Release
uses: softprops/action-gh-release@v3 uses: softprops/action-gh-release@v3
with: with: