gitea workflow fix 3
Some checks failed
Build the release program / Cargo build release (push) Failing after 3s

This commit is contained in:
2025-11-09 23:16:55 +02:00
parent 6859f1cbd1
commit 3bdde061ee
2 changed files with 2 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ jobs:
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: git clone $GITEA_REPOSITORY .
- name: cargo test - name: cargo test
run: cargo test --verbose run: cargo test --verbose

View File

@@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 run: git clone $GITEA_REPOSITORY .
- name: Check formatting - name: Check formatting
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
@@ -31,8 +31,3 @@ jobs:
- name: tar /target/release - name: tar /target/release
run: tar -czf release.tar.gz /target/release run: tar -czf release.tar.gz /target/release
- name: Release
uses: akkuman/gitea-release-action@v1
with:
files: |-
release.tar.gz