From 46b420f108e9e5b6200257085ca4e080d733ba97 Mon Sep 17 00:00:00 2001 From: Stefan Vukovic Date: Thu, 23 May 2024 19:08:15 +0200 Subject: [PATCH] fix flags --- .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 e9f9eb0..6dbb1e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: npm install - name: Run auto.sh script - run: ./auto.sh ST any any + run: ./auto.sh any any ST - name: Generate list of .zip files id: generate_file_list