We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bede6 commit 737b629Copy full SHA for 737b629
.github/workflows/pull-request.yml
@@ -57,7 +57,7 @@ jobs:
57
shell: bash
58
run: |
59
mkdir -p ${{ matrix.dockerTag }}
60
- mv deploy/Hyperion-* ${{ matrix.dockerTag }}
+ mv deploy/*.tar.gz ${{ matrix.dockerTag }}
61
62
# Upload artifacts
63
- name: Upload artifacts
@@ -100,7 +100,7 @@ jobs:
100
101
102
mkdir -p macOS
103
- mv build/Hyperion-* macOS
+ mv build/*.tar.gz macOS
104
105
106
0 commit comments