From a8429ebbbf257a905fae83208afbcf9180773b49 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 9 Sep 2022 10:26:16 +0000 Subject: [PATCH] :robot: Hook to latest-release from provider-c3os --- .github/workflows/image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index ca00ed7..aa0d92e 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -321,7 +321,7 @@ jobs: # A flag to set the download target as latest release # The default value is 'false' latest: true - repository: "c3os-io/c3os" + repository: "c3os-io/provider-c3os" fileName: "*" out-file-path: "last-release" - uses: actions/upload-artifact@v2