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

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
celedev97 committed Nov 15, 2023
1 parent c3dbac3 commit 4a90eac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,18 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: asa_sm_jar
path: ${{ runner.temp }}

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

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


Expand Down

0 comments on commit 4a90eac

Please sign in to comment.