From 3eca2c8cc8624742a1c312f2071a08aaca7802be Mon Sep 17 00:00:00 2001 From: alexa Date: Sat, 22 Jun 2024 22:17:49 +0200 Subject: [PATCH] fix ci? --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0802583..e070ee4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Zip Windows run: | cd out/fetchcat-win32-x64 - 7z a -tzip ../fetchcat-win32-x64.zip . + 7z a -tzip fetchcat-win32-x64.zip . - name: Get version id: package