Skip to content

Commit

Permalink
change workflows 11
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriiKosiy committed Dec 24, 2024
1 parent d9aec7a commit e8bc866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: helm-charts
path: ${{ github.workspace }}/.cr-release-packages/** # Абсолютний шлях до файлів
path: .cr-release-packages/*.tgz # Чіткий шаблон для файлів

publish:
needs: package
runs-on: ubuntu-latest
Expand Down

0 comments on commit e8bc866

Please sign in to comment.