From a60be47035e112171eb1b39e4bb677eaaf34fff5 Mon Sep 17 00:00:00 2001 From: Owen Walpole Date: Mon, 27 May 2024 16:21:16 -0500 Subject: [PATCH] CI: rename debug artifact --- .github/workflows/rust_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_ci.yml b/.github/workflows/rust_ci.yml index 3e767b3..16e5034 100644 --- a/.github/workflows/rust_ci.yml +++ b/.github/workflows/rust_ci.yml @@ -36,7 +36,7 @@ jobs: - name: Upload i3lockr Debug uses: actions/upload-artifact@v4 with: - name: i3lockr + name: i3lockr-debug path: target/debug/i3lockr if-no-files-found: ignore overwrite: true