pmlag

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

commit ce0d8d65b419810c3eb36252a7cbb1da59e4fa10
parent b4ef6cf3e4cfb6d30deeba3f08537e636b617002
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Tue, 14 Mar 2023 23:16:33 +0100

Attempt creating a release for a tag first

Diffstat:
M.github/workflows/tag-assets.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/tag-assets.yml b/.github/workflows/tag-assets.yml @@ -15,5 +15,6 @@ 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: 'echo curl --data "{\\"tag_name\\":\\"${GITHUB_REF/refs\/tags\//}\\"}" https://api.github.com/repos/${GITHUB_REPOSITORY}/releases?access_token=${GITHUB_TOKEN}' + # - 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"'