From a4d948b2de8312cbe217fe34f14404845566b60a Mon Sep 17 00:00:00 2001 From: Russel Webber <24542073+RusselWebber@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:39:22 +0000 Subject: [PATCH] Simplify zip name --- .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 8d88f20..2d04c35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: # Create release - uses: ncipollo/release-action@v1 with: - artifacts: "xlduckdb-${{ github.sha }}.zip" + artifacts: "xlduckdb.zip" makeLatest: true allowUpdates: true artifactErrorsFailBuild: true \ No newline at end of file