This commit is contained in:
parent
ce22223262
commit
b7182a9dc9
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
|
@ -17,3 +17,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '1.25'
|
go-version: '1.25'
|
||||||
architecture: 'arm64'
|
architecture: 'arm64'
|
||||||
|
- run: go build -o bin/ ./cmd/...
|
||||||
|
- run: sudo apt update && sudo apt install -y tar
|
||||||
|
- run: tar cvzf dendrite.tar.gz bin/*
|
||||||
|
- run: |
|
||||||
|
curl -H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" -X DELETE "https://guardianproject.dev/api/packages/butter/generic/dendrite/latest"
|
||||||
|
- run: |
|
||||||
|
curl -H "Authorization: token ${{ secrets.PACKAGE_TOKEN }}" -X PUT --upload-file dendrite.tar.gz https://guardianproject.dev/api/packages/butter/generic/dendrite/latest/keanu-weblite.tar.gz
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue