Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
build works, correcting release now
Browse files Browse the repository at this point in the history
  • Loading branch information
celedev97 committed Nov 15, 2023
1 parent dcd0575 commit 384afed
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 384afed

Please sign in to comment.