From b056aa09ae5b968eda4ece874f56c44f70eb29a1 Mon Sep 17 00:00:00 2001 From: Charlie Zhang Date: Thu, 22 Aug 2024 19:42:01 -0400 Subject: [PATCH] Update release.uml --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb3343b..4beeb25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,9 +26,6 @@ jobs: - name: Build application run: npm run build:${{ matrix.os == 'macos-latest' && 'mac' || 'win' }} - - name: Package application - run: npm run package:${{ matrix.os == 'macos-latest' && 'mac' || 'win' }} - - name: Upload artifact uses: actions/upload-artifact@v3 with: