[ci] more debugging

This commit is contained in:
Philip Peterson 2025-04-26 23:54:34 -07:00
parent 06d408b570
commit 7d26c3b138
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -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