From 0612510a7c539be36c845cb45fdd0a9f5e7b709e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 17 Aug 2021 17:38:36 +0100 Subject: [PATCH] fix filename --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 986d3c8d..4ff63edc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,8 +31,9 @@ jobs: -XPOST \ -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \ -H 'Content-Type: application/gzip' \ - --upload-file "${1}" \ + --upload-file 'netdisco-mibs.tar.gz' \ '${{ env.UPLOAD_URL }}=netdisco-mibs.tar.gz' - name: Setup tmate session uses: mxschmitt/action-tmate@v3 + if: always()