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
cf0b04291a
commit
fed31c304a
6
.github/workflows/release-cli.yml
vendored
6
.github/workflows/release-cli.yml
vendored
@ -95,10 +95,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gcp_service_account_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
|
gcp_service_account_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}
|
||||||
- name: Build version manifest
|
- name: Build version manifest
|
||||||
|
working-directory: ${{ github.workspace }}/hack/build-manifest
|
||||||
run: |
|
run: |
|
||||||
cd hack/build-manifest/
|
AZURE_SUBSCRIPTION_ID=0d202bbb-4fa7-4af8-8125-58c269a05435 go run . > ${{ github.workspace }}/versions-manifest.json
|
||||||
AZURE_SUBSCRIPTION_ID=0d202bbb-4fa7-4af8-8125-58c269a05435 go run . > versions-manifest.json
|
cat ${{ github.workspace }}/versions-manifest.json
|
||||||
cat versions-manifest.json
|
|
||||||
- name: Upload versions-manifest
|
- name: Upload versions-manifest
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
|
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user