Skip to content

Commit 8c913de

Browse files
authored
Merge pull request #197 from lool/fix-artifacts-upload-gcp-id
fix(ci): Use new upload_artifacts_gcp step id
2 parents 8b72976 + 095f2dc commit 8c913de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
build-debos:
3737
name: Build and upload debos recipes
3838
outputs:
39-
url: ${{ steps.upload_artifacts.outputs.url }}
39+
url: ${{ steps.upload_artifacts_gcp.outputs.url }}
4040
runs-on: [self-hosted, qcom-u2404, arm64]
4141
container:
4242
image: public.ecr.aws/debian/debian:trixie

0 commit comments

Comments
 (0)