Skip to content

Commit

Permalink
ci: update workflow (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Oct 30, 2023
1 parent 46110fe commit 7e3ee7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Download iconoir
if: steps.new-version.outputs.exists
run: |
curl -sSL https://github.com/${{ env.repository }}/archive/refs/tags/${{ steps.latest-version.outputs.release }}.zip -o iconoir.zip
curl -sSL https://github.com/${{ env.repository }}/archive/refs/tags/${{ steps.latest-version.outputs.release }}.tar.gz -o iconoir.tar.gz
rm resources/svg/*.svg
unzip -jo iconoir.zip 'iconoir-*/icons/*.svg' -d resources/svg
rm iconoir.zip
tar -C resources/svg --strip-components=2 -zxvf iconoir.tar.gz 'iconoir-*/icons/**/*.svg'
rm iconoir.tar.gz
- name: Update .version
if: steps.new-version.outputs.exists
Expand Down

0 comments on commit 7e3ee7f

Please sign in to comment.