From 8376dac44a8bae9e53ccf43f8b13d9525e7ee8c2 Mon Sep 17 00:00:00 2001 From: fr00t Date: Wed, 23 Oct 2024 22:02:59 +0200 Subject: [PATCH] Update release-ci.yml --- .github/workflows/release-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index cdc9375..7ef428f 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -131,6 +131,9 @@ jobs: if: matrix.config.os == 'macos-latest' run: npm run build:mac-$PLATFORM + - name: Check artifacts --DEBUG-- + run: ls dist + - name: Sign the macOS Application if: matrix.config.os == 'macos-latest' run: | @@ -154,9 +157,6 @@ jobs: if: matrix.config.os == 'macos-latest' run: xcrun stapler staple dist/Aesir-${{ env.VERSION }}.dmg - - name: Check artifacts --DEBUG-- - run: ls dist - - name: Upload Release Asset Ubuntu if: matrix.config.os == 'ubuntu-latest' uses: actions/upload-release-asset@v1