Trigger build
This commit is contained in:
2
.github/workflows/build-rhel7.yml
vendored
2
.github/workflows/build-rhel7.yml
vendored
@@ -102,5 +102,5 @@ jobs:
|
||||
with:
|
||||
name: daqingest-${{ steps.daqingest_version_set.outputs.daqingest_version }}-amd64-rhel7
|
||||
path: ${{steps.wdset.outputs.gh}}/build/daqingest/target/release/daqingest
|
||||
- run: "curl -v -o rel.json -L -H 'accept:application/vnd.github+json' -H 'authorization:Bearer ${{secrets.github_token}}' -H 'X-GitHub-Api-Version: 2022-11-28' https://api.github.com/repos/paulscherrerinstitute/daqingest/releases"
|
||||
- run: "curl -v -o rel.json -L -X POST -H 'accept:application/vnd.github+json' -H 'authorization:Bearer ${{secrets.github_token}}' -H 'X-GitHub-Api-Version: 2022-11-28' https://api.github.com/repos/paulscherrerinstitute/daqingest/releases"
|
||||
- run: cat rel.json
|
||||
|
||||
Reference in New Issue
Block a user