Only archive files are collected as PR artifacts

This commit is contained in:
Paulchen Panther 2020-02-24 20:09:24 +01:00 committed by GitHub
parent 96bede6f7a
commit 737b629adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
shell: bash
run: |
mkdir -p ${{ matrix.dockerTag }}
mv deploy/Hyperion-* ${{ matrix.dockerTag }}
mv deploy/*.tar.gz ${{ matrix.dockerTag }}
# Upload artifacts
- name: Upload artifacts
@ -100,7 +100,7 @@ jobs:
shell: bash
run: |
mkdir -p macOS
mv build/Hyperion-* macOS
mv build/*.tar.gz macOS
# Upload artifacts
- name: Upload artifacts