mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
Use commas to separate artefacts
This commit is contained in:
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@@ -167,14 +167,9 @@ jobs:
|
|||||||
filename: 'macos.${{ needs.version.outputs.tag }}.tar.gz'
|
filename: 'macos.${{ needs.version.outputs.tag }}.tar.gz'
|
||||||
directory: 'install'
|
directory: 'install'
|
||||||
path: 'macos'
|
path: 'macos'
|
||||||
- run: |
|
- name: Create Release
|
||||||
pwd
|
uses: ncipollo/release-action@v1
|
||||||
ls
|
with:
|
||||||
ls ..
|
tag: ${{ needs.version.outputs.tag }}
|
||||||
ls install
|
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"
|
||||||
#- name: Create Release
|
generateReleaseNotes: true
|
||||||
# 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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user