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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
celedev97 committed Nov 15, 2023
1 parent 384afed commit 1dd2993
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,23 @@ jobs:
with:
name: asa_sm_jar

#print the content of the current folder
- name: debug
run: |
dir
cd target
dir
shell: cmd

#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: |
cd innosetup
Expand Down

0 comments on commit 1dd2993

Please sign in to comment.