release workflow fix 4
Some checks failed
Create release package / Release (push) Failing after 32s

This commit is contained in:
2025-12-23 23:04:51 +02:00
parent b142c62d65
commit fa19f5ddf2

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- run: export TEST_TOKEN=${{ secrets.TEST }}
- run: echo "test token: ${TEST_TOKEN}, should be: test123"
- run: echo $TEST_TOKEN
- run: git clone https://git.jlux.dev/${{ gitea.repository }} . && git checkout ${{ gitea.ref_name }}
- run: cargo build --verbose --release
- run: export CARGO_REGISTRIES_GITEA_TOKEN=${{ secrets.CARGO_TOKEN }}