From 384afed0103b8159a149bd16121c265f6a1105d5 Mon Sep 17 00:00:00 2001 From: celedev97 Date: Wed, 15 Nov 2023 10:41:14 +0100 Subject: [PATCH] build works, correcting release now --- .github/workflows/release.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5287277..7005c2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,6 @@ permissions: jobs: release: - if: github.event.workflow_run.conclusion == 'success' && startsWith(github.event.workflow_run.head_branch, 'refs/tags/v') runs-on: windows-latest steps: @@ -22,7 +21,13 @@ jobs: - uses: actions/download-artifact@v3 with: name: asa_sm_jar - path: target + + #unzip the artifact??? + - name: Extract tgz + uses: ihiroky/extract-action@v1 + with: + file_path: asa_sm.zip + extract_dir: target - name: Building the installer run: |