Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeli5n authored May 8, 2024
1 parent 1dcbb30 commit c5bc0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "::set-output name=tag::$(git describe --tags --abbrev=0)"

- name: Compress
run: zip -r ${{ steps.get_tag.outputs.tag }}.zip -x '*.git*' -x '*.github*'
run: zip -r ${{ steps.get_tag.outputs.tag }}.zip -x '*.git*' -x '*.github*' .

- name: Publish Artifact
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ steps.get_tag.outputs.tag }}.zip
asset_name: ${{ steps.get_tag.outputs.tag }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit c5bc0e4

Please sign in to comment.