We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd30262 commit 07d6cdcCopy full SHA for 07d6cdc
.github/workflows/ci.yml
@@ -121,9 +121,10 @@ jobs:
121
echo "${GCP_SERVICE_ACCOUNT_KEY}" > gcloud-key.json
122
gcloud auth activate-service-account --key-file=gcloud-key.json
123
gcloud config set project steam-brew
124
+ ls . ..
125
126
- name: Download Build Scripts
- uses: actions/download-artifact@v4.1.8
127
+ uses: actions/download-artifact@v4
128
with:
129
name: build-scripts
130
path: scripts/build/
0 commit comments