diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af466cd..29625ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,9 +167,14 @@ jobs: filename: 'macos.${{ needs.version.outputs.tag }}.tar.gz' directory: 'install' path: 'macos' - - 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 + - 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