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

Commit

Permalink
i'm starting to think that the artifact is already unzipped
Browse files Browse the repository at this point in the history
  • Loading branch information
celedev97 committed Nov 15, 2023
1 parent 4a90eac commit acb94c0
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: asa_sm_jar

#print the content of the current folder
- name: test dir
run: |
dir
shell: cmd

#unzip the artifact???
- name: Extract tgz
uses: ihiroky/extract-action@v1
with:
file_path: asa_sm_jar.zip
extract_dir: target

path: target

- name: Building the installer
run: |
Expand Down

0 comments on commit acb94c0

Please sign in to comment.