allow redirect

This commit is contained in:
Oliver Gorwits
2021-08-17 17:42:18 +01:00
parent 0612510a7c
commit 40d1c44571

View File

@@ -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