Skip to content

Commit 737b629

Browse files
Only archive files are collected as PR artifacts
1 parent 96bede6 commit 737b629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shell: bash
5858
run: |
5959
mkdir -p ${{ matrix.dockerTag }}
60-
mv deploy/Hyperion-* ${{ matrix.dockerTag }}
60+
mv deploy/*.tar.gz ${{ matrix.dockerTag }}
6161
6262
# Upload artifacts
6363
- name: Upload artifacts
@@ -100,7 +100,7 @@ jobs:
100100
shell: bash
101101
run: |
102102
mkdir -p macOS
103-
mv build/Hyperion-* macOS
103+
mv build/*.tar.gz macOS
104104
105105
# Upload artifacts
106106
- name: Upload artifacts

0 commit comments

Comments
 (0)