From 715b2a2c674d0a8bad366869b6ae73b331b8616c Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Sun, 11 Jun 2023 06:26:34 -0400 Subject: [PATCH] Debug artifact location --- .github/workflows/release.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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