Skip to content

Commit

Permalink
Update workflows rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mason committed Nov 19, 2024
1 parent dbb04ad commit bdc1e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
docker_artifact="csghub-docker-compose-${{ github.ref_name }}.tgz"
chart_artifact="csghub-helm-chart-${{ github.ref_name }}.tgz"
tar -zcf $docker_artifact docker-compose/csghub
mv docker-compose csghub && tar -zcf $docker_artifact csghub
tar -zcf $chart_artifact helm-chart/charts/csghub
echo "artifacts=$docker_artifact,$chart_artifact" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit bdc1e8d

Please sign in to comment.