diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 7b6e00a5..3cabec0c 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -153,19 +153,6 @@ runs: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }} - - name: Archive Build Artifacts - if: ${{ inputs.upload-artifact == 'true' }} - uses: actions/upload-artifact@v4 - with: - name: hyper-${{ runner.os }} - path: | - dist/*.dmg - dist/*.snap - dist/*.AppImage - dist/*.deb - dist/*.pacman - dist/*.exe - # - name: Run E2E Tests (non-Linux) # if: runner.os != 'Linux' # shell: bash