From 6805f16d9ca3b121af06379adf14d80dee1f8943 Mon Sep 17 00:00:00 2001 From: Ginger Date: Tue, 9 Sep 2025 09:16:00 -0400 Subject: [PATCH] fix: Name artifacts for their distro --- .forgejo/workflows/build-debian.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/build-debian.yml b/.forgejo/workflows/build-debian.yml index ca35ddd2..52d9ece1 100644 --- a/.forgejo/workflows/build-debian.yml +++ b/.forgejo/workflows/build-debian.yml @@ -48,9 +48,9 @@ jobs: path: | ~/.cargo/registry ~/.cargo/git - key: cargo-debian${{ steps.debian-version.outputs.version }}-${{ hashFiles('**/Cargo.lock') }} + key: cargo-debian-${{ steps.debian-version.outputs.distribution }}-${{ hashFiles('**/Cargo.lock') }} restore-keys: | - cargo-debian${{ steps.debian-version.outputs.version }}- + cargo-debian-${{ steps.debian-version.outputs.distribution }}- - name: Setup sccache uses: https://git.tomfos.tr/tom/sccache-action@v1 @@ -143,7 +143,7 @@ jobs: - name: Upload deb artifact uses: https://code.forgejo.org/actions/upload-artifact@v3 with: - name: continuwuity + name: continuwuity-${{ steps.debian-version.outputs.distribution }} path: ${{ steps.cargo-deb.outputs.path }} - name: Publish to Forgejo package registry