.gitea/workflows/release.yaml aktualisiert
publish release / release (push) Failing after 1m19s

This commit is contained in:
2026-05-08 22:59:15 +02:00
parent d9ade649d3
commit dc26d35cf5
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
with: with:
toolchain: stable toolchain: stable
targets: x86_64-pc-windows-gnu targets: x86_64-pc-windows-gnu
- run: cargo build --release - run: cargo 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: