pmlag

Poor man's link aggregation
git clone git://git.finwo.net/app/pmlag
Log | Files | Refs | README | LICENSE

commit d14c7074e225c3a76f0f61796ed74314d4988aeb
parent d56db00e935ea523137fbf42866cbc2a5a8894ef
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Tue, 14 Mar 2023 23:02:23 +0100

Ensure the whole curl command is executed

Diffstat:
M.github/workflows/tag-assets.yml | 10+---------
1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.github/workflows/tag-assets.yml b/.github/workflows/tag-assets.yml @@ -17,12 +17,4 @@ jobs: - run : dep install - run : make clean - run : make package - - run : | - curl -L \ - -X POST \ - -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${GITHUB_TOKEN}"\ - -H "X-GitHub-Api-Version: 2022-11-28" \ - -H "Content-Type: application/octet-stream" \ - https://uploads.github.com/repos/${GITHUB_REPOSITORY}/tags/${GITHUB_REF/refs\/tags\//}/assets?name=pmlag-linux-amd64.tar.gz \ - --data-binary "@package/pmlag-linux-amd64.tar.gz" + - run : curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${GITHUB_TOKEN}"-H "X-GitHub-Api-Version: 2022-11-28" -H "Content-Type: application/octet-stream" https://uploads.github.com/repos/${GITHUB_REPOSITORY}/tags/${GITHUB_REF/refs\/tags\//}/assets?name=pmlag-linux-amd64.tar.gz --data-binary "@package/pmlag-linux-amd64.tar.gz"