mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Only archive files are collected as PR artifacts
This commit is contained in:
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ${{ matrix.dockerTag }}
|
mkdir -p ${{ matrix.dockerTag }}
|
||||||
mv deploy/Hyperion-* ${{ matrix.dockerTag }}
|
mv deploy/*.tar.gz ${{ matrix.dockerTag }}
|
||||||
|
|
||||||
# Upload artifacts
|
# Upload artifacts
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
@@ -100,7 +100,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir -p macOS
|
mkdir -p macOS
|
||||||
mv build/Hyperion-* macOS
|
mv build/*.tar.gz macOS
|
||||||
|
|
||||||
# Upload artifacts
|
# Upload artifacts
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
Reference in New Issue
Block a user