From 1a11a12d57bf3d0ef1d2db22597e6086811016ff Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Wed, 18 Sep 2024 09:26:29 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 189ab41..f9b568a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,8 +31,8 @@ jobs: strategy: matrix: - os: [ubuntu-latest] - # windows-latest, macos-latest + os: [ubuntu-latest,macos-latest] + # windows-latest defaults: run: @@ -90,7 +90,8 @@ jobs: APPLEID: ${{ secrets.APPLEID }} APPLEIDPASS: ${{ secrets.APPLEIDPASS }} run: npm run dist - + - name: Display structure of files + run: ls -R - name: Upload AppImage uses: actions/upload-artifact@v4 if: startsWith(matrix.os, 'ubuntu')