bad tag variable in publish workflow
This commit is contained in:
parent
fda1723d02
commit
52f8c92b17
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -33,4 +33,4 @@ jobs:
|
||||
- name: curl
|
||||
uses: enflo/curl-action@master
|
||||
with:
|
||||
curl: --user cerccicd:${{ secrets.GITEA_TOKEN }} --upload-file geth-linux-amd64 https://git.vdb.to/api/packages/cerc-io/generic/go-ethereum/${{ github.event.inputs.giteaPublishTag }}/geth-linux-amd64
|
||||
curl: --user cerccicd:${{ secrets.GITEA_TOKEN }} --upload-file geth-linux-amd64 https://git.vdb.to/api/packages/cerc-io/generic/go-ethereum/${{steps.vars.outputs.tag}}/geth-linux-amd64
|
||||
|
Loading…
Reference in New Issue
Block a user