Update .gitea/workflows/CI.yaml
Some checks failed
builder / build (push) Failing after 38s

This commit is contained in:
Jan Gleytenhoover 2024-08-16 11:58:28 +00:00
parent b168275579
commit 82320f7bb6

@ -16,9 +16,9 @@ jobs:
password: ${{ gitea.token }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: https://git.kjan.de/actions/checkout@v4
- name: ⚡ Cache
uses: actions/cache@v4
uses: https://git.kjan.de/actions/cache@v4
with:
path: |
~/.cargo/registry
@ -30,7 +30,7 @@ jobs:
- name: Build
run: cargo build --release
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: https://git.kjan.de/actions/upload-artifact@v3
with:
name: build
path: target/release/passwd-cooker