mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
[ci] more debugging
This commit is contained in:
parent
06d408b570
commit
7d26c3b138
1 changed files with 0 additions and 13 deletions
13
.github/actions/build/action.yml
vendored
13
.github/actions/build/action.yml
vendored
|
|
@ -153,19 +153,6 @@ runs:
|
||||||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
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)
|
# - name: Run E2E Tests (non-Linux)
|
||||||
# if: runner.os != 'Linux'
|
# if: runner.os != 'Linux'
|
||||||
# shell: bash
|
# shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue