mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 01:25:55 +03:00
ci: only save version string and setup gcp if we're uploading binaries
This commit is contained in:
parent
e0320ddfc2
commit
f8394b9e2b
3
.github/workflows/vere.yml
vendored
3
.github/workflows/vere.yml
vendored
@ -125,13 +125,14 @@ jobs:
|
||||
echo -n "$version" > ./version-string
|
||||
|
||||
- name: upload version string artifact
|
||||
if: matrix.type == 'linux'
|
||||
if: inputs.upload && matrix.type == 'linux'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: version-string
|
||||
path: version-string
|
||||
|
||||
- uses: google-github-actions/auth@v1
|
||||
if: inputs.upload
|
||||
with:
|
||||
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user