EDIT bin name to match build output
All checks were successful
Go-tags / build (push) Successful in 9m51s
All checks were successful
Go-tags / build (push) Successful in 9m51s
This commit is contained in:
parent
a576040e0c
commit
cc01b02365
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
TAG_VERSION: ${{ github.ref_name }}
|
||||
run: |
|
||||
curl --user $USERNAME:$TOKEN --upload-file bin/ddnser_amd64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/amd64_$TAG_VERSION/ddns
|
||||
curl --user $USERNAME:$TOKEN --upload-file bin/ddns_amd64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/amd64_$TAG_VERSION/ddns
|
||||
|
||||
- name: push generic registry amd64
|
||||
env:
|
||||
@ -45,6 +45,6 @@ jobs:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
TAG_VERSION: ${{ github.ref_name }}
|
||||
run: |
|
||||
curl --user $USERNAME:$TOKEN --upload-file bin/ddnser_arm64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/arm64_$TAG_VERSION/ddns
|
||||
curl --user $USERNAME:$TOKEN --upload-file bin/ddns_arm64_$TAG_VERSION http://10.0.0.171/api/packages/$USERNAME/generic/ddns/arm64_$TAG_VERSION/ddns
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user