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 449224e commit 8cc6a41Copy full SHA for 8cc6a41
1 file changed
.github/workflows/build.yml
@@ -92,6 +92,7 @@ jobs:
92
93
SKIP_COMMIT=true ./src/build.sh | sha256sum > latest.id
94
ZIP_FILE="$(pwd)/dont_download.zip" ./src/build.sh > dont_download.sh
95
+ cp src/downloader.zip downloader.zip
96
97
- name: Build Test
98
run: ./.github/downloader_test.py distribution_mister $(pwd)/src/test/system/fixtures/workflows/tiny_db.json
@@ -106,7 +107,7 @@ jobs:
106
107
latest.id
108
dont_download.zip
109
dont_download.sh
- src/downloader.zip
110
+ downloader.zip
111
112
pc-launcher-test:
113
runs-on: ${{ matrix.os }}
0 commit comments