From aac7315fd9a87e5ef8897b332c9b9467801e9859 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 15 Dec 2025 16:06:22 +0900 Subject: [PATCH] .gitea/workflows: name artifact zips with commit hash --- .gitea/workflows/publish-deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-deb.yml b/.gitea/workflows/publish-deb.yml index 5ca58f6..f566ba6 100644 --- a/.gitea/workflows/publish-deb.yml +++ b/.gitea/workflows/publish-deb.yml @@ -60,7 +60,7 @@ jobs: - name: Upload deb package artifact uses: actions/upload-artifact@v3 with: - name: muscl-deb-${{ matrix.os }}.zip + name: muscl-deb-${{ matrix.os }}-${{ gitea.sha }}.zip path: target/debian/*.deb if-no-files-found: error retention-days: 30