From a78ddaf9fb6d31a38c67b0880f76a20204c88c2f Mon Sep 17 00:00:00 2001 From: FutureRave Date: Sat, 5 Nov 2022 23:19:30 +0000 Subject: [PATCH] workflow: cleanup workflow --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index caff899..cfa3b47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 1 - - run: 'bash ${GITHUB_WORKSPACE}/scripts/release.sh' + - name: Create ZIP archive + run: './scripts/release.sh' + shell: bash + - uses: marvinpinto/action-automatic-releases@latest with: repo_token: '${{ secrets.GITHUB_TOKEN }}'