Use commas to separate artefacts

This commit is contained in:
Sandy Carter
2023-06-11 07:25:09 -04:00
parent 715b2a2c67
commit 4cfb204f26

View File

@@ -167,14 +167,9 @@ jobs:
filename: 'macos.${{ needs.version.outputs.tag }}.tar.gz'
directory: 'install'
path: 'macos'
- run: |
pwd
ls
ls ..
ls install
#- name: Create Release
# uses: ncipollo/release-action@v1
# with:
# tag: ${{ needs.version.outputs.tag }}
# artifacts: "../release.${{ needs.version.outputs.tag }}.zip ../release.${{ needs.version.outputs.tag }}.tar.gz install/*.${{ needs.version.outputs.tag }}.zip install/*.${{ needs.version.outputs.tag }}.tar.gz"
# generateReleaseNotes: true
- name: Create Release
uses: ncipollo/release-action@v1
with:
tag: ${{ needs.version.outputs.tag }}
artifacts: "../release.${{ needs.version.outputs.tag }}.zip,../release.${{ needs.version.outputs.tag }}.tar.gz,install/*.${{ needs.version.outputs.tag }}.zip,install/*.${{ needs.version.outputs.tag }}.tar.gz"
generateReleaseNotes: true