Skip to content

Commit f6372cc

Browse files
authored
different test
1 parent 6e2da9e commit f6372cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,9 @@ jobs:
121121
echo "${GCP_SERVICE_ACCOUNT_KEY}" > gcloud-key.json
122122
gcloud auth activate-service-account --key-file=gcloud-key.json
123123
gcloud config set project steam-brew
124-
echo "$PWD"
125-
ls ../../..
126-
ls ../../../.. || :
127124
128125
- name: Download Build Scripts
129-
uses: actions/download-artifact@v4
126+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
130127
with:
131128
name: build-scripts
132129
path: scripts/build/

0 commit comments

Comments
 (0)