From 0b91ed61e1f797c3732bda78c0c0c691ed8f3f64 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 19 Oct 2024 17:13:00 +0200 Subject: [PATCH] build: add VERSION Signed-off-by: AuxXxilium --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 193ca055..6b37a052 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,7 +256,7 @@ jobs: - name: Zip Modules run: | - zip -9j modules-${{ env.VERSION }}.zip output/*.tgz + zip -9j modules-${{ env.VERSION }}.zip output/*.tgz VERSION - name: Release uses: ncipollo/release-action@v1