Skip to content

Commit 07d6cdc

Browse files
authored
test
1 parent cd30262 commit 07d6cdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,10 @@ 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+
ls . ..
124125
125126
- name: Download Build Scripts
126-
uses: actions/download-artifact@v4.1.8
127+
uses: actions/download-artifact@v4
127128
with:
128129
name: build-scripts
129130
path: scripts/build/

0 commit comments

Comments
 (0)