diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ff63edc..6b948db8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: name: Netdisco ${{ steps.get_tag.outputs.TAGVALUE }} - name: Download tarball - run: curl -O https://github.com/netdisco/netdisco/archive/refs/tags/${{ steps.get_tag.outputs.TAGVALUE }}.tar.gz + run: curl -LO https://github.com/netdisco/netdisco/archive/refs/tags/${{ steps.get_tag.outputs.TAGVALUE }}.tar.gz - name: Rename tarball run: mv ${{ steps.get_tag.outputs.TAGVALUE }}.tar.gz netdisco-mibs.tar.gz - name: Get upload URL