Skip to content

Commit 8cc6a41

Browse files
committed
Placed downloader.zip artifact in the right location.
1 parent 449224e commit 8cc6a41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
9393
SKIP_COMMIT=true ./src/build.sh | sha256sum > latest.id
9494
ZIP_FILE="$(pwd)/dont_download.zip" ./src/build.sh > dont_download.sh
95+
cp src/downloader.zip downloader.zip
9596
9697
- name: Build Test
9798
run: ./.github/downloader_test.py distribution_mister $(pwd)/src/test/system/fixtures/workflows/tiny_db.json
@@ -106,7 +107,7 @@ jobs:
106107
latest.id
107108
dont_download.zip
108109
dont_download.sh
109-
src/downloader.zip
110+
downloader.zip
110111
111112
pc-launcher-test:
112113
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)