From 7d17d5aff986dc712ff4f9a2444e062979abfc81 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Wed, 24 Jul 2024 16:38:35 +0200 Subject: [PATCH] v1.3.77 --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2f766b..f4dd75e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,6 +125,10 @@ jobs: uses: actions/download-artifact@v4 with: path: ./artifacts + - name: list + run: ls . + - name: list + run: ls artifact - name: upload mac osx arm build artifact to release uses: actions/upload-release-asset@v1 with: @@ -134,8 +138,6 @@ jobs: asset_content_type: application/octet-stream env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: list - run: ls . - name: upload mac osx x86_64 artifact to release uses: actions/upload-release-asset@v1 with: