Skip to content

Commit

Permalink
Update releaseTheKraken.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fschiozerSFDC authored May 24, 2024
1 parent 94cd1f2 commit c0501fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/releaseTheKraken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
version: tags/${{ inputs.tag }}
file: ${{ github.event.repository.name }}-${{ inputs.tag }}.tar.gz

- name: Create outputdir
run: mkdir outputdir

- name: Unzip artifact
####run: unzip ${{ github.event.repository.name }}-${{ inputs.tag }}.zip -d outputdir/
run: tar -xzf ${{ github.event.repository.name }}-${{ inputs.tag }}.tar.gz -C outputdir/
Expand Down

0 comments on commit c0501fd

Please sign in to comment.