We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fdd24 commit 04fad57Copy full SHA for 04fad57
1 file changed
.github/actions/deploy-gigabyte-ampere-cuttlefish-installer/action.yaml
@@ -43,7 +43,7 @@ runs:
43
--package="debian-installer" \
44
--project="android-cuttlefish-artifacts" \
45
--quiet \
46
- --repository="${REPO}"
+ --repository="${REPO}" || true
47
for VERSION in ${TAG} ${INPUTS_DEPLOY_CHANNEL}; do
48
gcloud artifacts generic upload \
49
--location=us \
0 commit comments