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 6e2da9e commit f6372ccCopy full SHA for f6372cc
.github/workflows/ci.yml
@@ -121,12 +121,9 @@ 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
- echo "$PWD"
125
- ls ../../..
126
- ls ../../../.. || :
127
128
- name: Download Build Scripts
129
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
130
with:
131
name: build-scripts
132
path: scripts/build/
0 commit comments