fix: fix commented-out step
This commit is contained in:
parent
f403376a8a
commit
af5de06aff
1 changed files with 7 additions and 7 deletions
14
.github/workflows/release-handler.yml
vendored
14
.github/workflows/release-handler.yml
vendored
|
@ -51,13 +51,13 @@ jobs:
|
||||||
uses: montudor/action-zip@v0.1.0
|
uses: montudor/action-zip@v0.1.0
|
||||||
with:
|
with:
|
||||||
args: zip -X -r footnotes-${{ github.event.release.tag_name }}.zip footnotes
|
args: zip -X -r footnotes-${{ github.event.release.tag_name }}.zip footnotes
|
||||||
"""
|
|
||||||
- name: Upload archive as artifact
|
#- name: Upload archive as artifact
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: footnotes-${{ github.event.release.tag_name }}
|
# name: footnotes-${{ github.event.release.tag_name }}
|
||||||
path: footnotes-${{ github.event.release.tag_name }}.zip
|
# path: footnotes-${{ github.event.release.tag_name }}.zip
|
||||||
"""
|
|
||||||
- name: Upload archive to release
|
- name: Upload archive to release
|
||||||
uses: JasonEtco/upload-to-release@master
|
uses: JasonEtco/upload-to-release@master
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue