Compare commits

..

4 Commits

Author SHA1 Message Date
1265c10df8 tsk-73: Another tweak
All checks were successful
Release Tagging / release (pull_request) Successful in 38s
Rust Build / Rustfmt (pull_request) Successful in 29s
Rust Build / Clippy (pull_request) Successful in 31s
Rust Build / build (pull_request) Successful in 39s
Rust Build / Test Suite (pull_request) Successful in 40s
Rust Build / Check (pull_request) Successful in 1m1s
2025-10-18 21:36:03 -04:00
ea79bd14c5 tsk-73: Might fix the issue
All checks were successful
Rust Build / Check (pull_request) Successful in 49s
Release Tagging / release (pull_request) Successful in 56s
Rust Build / Test Suite (pull_request) Successful in 39s
Rust Build / Rustfmt (pull_request) Successful in 45s
Rust Build / build (pull_request) Successful in 37s
Rust Build / Clippy (pull_request) Successful in 42s
2025-10-18 21:30:20 -04:00
0edda1a23f tsk-73: Workflow tweaks
All checks were successful
Rust Build / Rustfmt (pull_request) Successful in 42s
Rust Build / build (pull_request) Successful in 35s
Rust Build / Check (pull_request) Successful in 43s
Rust Build / Clippy (pull_request) Successful in 1m33s
Rust Build / Test Suite (pull_request) Successful in 32s
Release Tagging / release (pull_request) Successful in 36s
2025-10-18 21:25:01 -04:00
933c9b7f34 tsk-73: Workflow fix
Some checks failed
Release Tagging / release (pull_request) Failing after 41s
Rust Build / Check (pull_request) Failing after 1m7s
Rust Build / Test Suite (pull_request) Successful in 37s
Rust Build / Rustfmt (pull_request) Failing after 8s
Rust Build / Clippy (pull_request) Successful in 46s
Rust Build / build (pull_request) Failing after 55s
2025-10-18 21:21:00 -04:00

View File

@@ -26,7 +26,7 @@ jobs:
run: |
VERSION=$(grep '^version = "' Cargo.toml | sed -E 's/version = "([^"]+)"/\1/')
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${GITHUB_REF}"
BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)
PROJECT_TAG_RELEASE="v$VERSION-$BRANCH_NAME-$PROJECT_COMMIT_HASH-111"