mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Release CLI: Fix upload path
This commit is contained in:
parent
e78d2dbf8a
commit
758d9dcea7
6
.github/workflows/release-cli.yml
vendored
6
.github/workflows/release-cli.yml
vendored
@ -95,10 +95,10 @@ jobs:
|
||||
with:
|
||||
gcp_service_account_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
|
||||
- name: Build version manifest
|
||||
working-directory: ${{ github.workspace }}/hack/build-manifest
|
||||
run: |
|
||||
cd hack/build-manifest/
|
||||
AZURE_SUBSCRIPTION_ID=0d202bbb-4fa7-4af8-8125-58c269a05435 go run . > versions-manifest.json
|
||||
cat versions-manifest.json
|
||||
AZURE_SUBSCRIPTION_ID=0d202bbb-4fa7-4af8-8125-58c269a05435 go run . > ${{ github.workspace }}/versions-manifest.json
|
||||
cat ${{ github.workspace }}/versions-manifest.json
|
||||
- name: Upload versions-manifest
|
||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user