From 4c4d0a5c8e7196773c712f367527118047c4427e Mon Sep 17 00:00:00 2001 From: wmat Date: Wed, 5 Mar 2025 14:10:42 -0500 Subject: [PATCH] Testing if the hyphen is breaking the unzip --- .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 5ef23f0..a04d634 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ run: | cd styles echo $GITHUB_RUN_NUMBER > version.txt - zip -r RISCV-Vale.zip * + zip -r RISCVVale.zip * gh release create v$GITHUB_RUN_NUMBER 'RISCV-Vale.zip' env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file