From af5de06affd4ce7fbb1c9558fc536d4b1fc533c3 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Sat, 19 Jun 2021 10:24:45 +0100 Subject: [PATCH] fix: fix commented-out step --- .github/workflows/release-handler.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-handler.yml b/.github/workflows/release-handler.yml index cbd10a0..eeb93f5 100644 --- a/.github/workflows/release-handler.yml +++ b/.github/workflows/release-handler.yml @@ -51,13 +51,13 @@ jobs: uses: montudor/action-zip@v0.1.0 with: args: zip -X -r footnotes-${{ github.event.release.tag_name }}.zip footnotes -""" - - name: Upload archive as artifact - uses: actions/upload-artifact@v2 - with: - name: footnotes-${{ github.event.release.tag_name }} - path: footnotes-${{ github.event.release.tag_name }}.zip -""" + + #- name: Upload archive as artifact + # uses: actions/upload-artifact@v2 + # with: + # name: footnotes-${{ github.event.release.tag_name }} + # path: footnotes-${{ github.event.release.tag_name }}.zip + - name: Upload archive to release uses: JasonEtco/upload-to-release@master with: