We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd45fa commit 1d7b8d0Copy full SHA for 1d7b8d0
.github/workflows/publish.yml
@@ -68,7 +68,7 @@ jobs:
68
GITHUB_REF: ${{ github.ref }}
69
run: echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//}
70
- name: Upload Release Asset - Dist (tar.gz)
71
- id: upload-release-asset-dist
+ id: upload-release-asset-dist-tgz
72
uses: actions/upload-release-asset@v1
73
env:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -78,7 +78,7 @@ jobs:
78
asset_name: dist-${{ steps.get_tag.outputs.TAG }}.tar.gz
79
asset_content_type: application/tar+gzip
80
- name: Upload Release Asset - Dist (zip)
81
+ id: upload-release-asset-dist-zip
82
83
84
0 commit comments