Skip to content

Commit 1b5e25e

Browse files
authored
Update helm chart artifact upload path (#168)
1 parent 8cca911 commit 1b5e25e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/helm-publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
uses: actions/upload-artifact@v7
6565
with:
6666
name: helm-chart-package
67-
path: .cr-release-packages/*.tgz
67+
path: .cr-release-packages/glpi-${{ steps.chart_version.outputs.version }}.tgz
6868
retention-days: 30
69+
overwrite: true
6970

7071
publish:
7172
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)