From bbec7eab100c719a9cbcf49c2a2ec9a8060e8e99 Mon Sep 17 00:00:00 2001 From: Viktor Farcic Date: Tue, 10 Sep 2024 23:59:05 +0200 Subject: [PATCH] Initial commit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9772cec..4b5595c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: - name: Publish Helm uses: actions/upload-artifact@v4 with: - # name: ${{ matrix.chart }}-chart + name: charts/backstage-demo path: backstage-demo-${{ env.TAG }}.tgz - name: Commit changes run: |