Skip to content

Commit

Permalink
fix(workflow): forgotten coma between asset create_release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marc.sirisak committed Jun 5, 2024
1 parent 54b9657 commit d729f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tchap_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
artifacts: >
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-dev-${{ steps.date.outputs.date }}.tar.gz,
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-preprod-${{ steps.date.outputs.date }}.tar.gz,
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-prod-${{ steps.date.outputs.date }}.tar.gz
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-prod-${{ steps.date.outputs.date }}.tar.gz,
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-prod_rie-${{ steps.date.outputs.date }}.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d729f35

Please sign in to comment.