Skip to content

Commit 1f72dbd

Browse files
committed
Specify output filename explicitly
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 9951a7e commit 1f72dbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
mkdir -p ~/cache
6262
pushd $HOME
63-
wget "${{ matrix.ide_pkg_url }}" -U "${{ matrix.user_agent }}"
63+
wget -O "en.${IDE_PKG_NAME}.sh.zip" "${{ matrix.ide_pkg_url }}" -U "${{ matrix.user_agent }}"
6464
unzip en.${IDE_PKG_NAME}.sh.zip
6565
chmod +x ${IDE_PKG_NAME}.sh
6666
./${IDE_PKG_NAME}.sh --tar -xf ./${IDE_PKG_NAME}.tar.gz
@@ -155,7 +155,7 @@ jobs:
155155
export PATH="$(realpath ~/scoop)/shims:${PATH}"
156156
mkdir -p ~/cache
157157
pushd $HOME
158-
wget "${{ matrix.ide_pkg_url }}" -U "${{ matrix.user_agent }}"
158+
wget -O "en.${{ matrix.ide_pkg_name }}.exe.zip" "${{ matrix.ide_pkg_url }}" -U "${{ matrix.user_agent }}"
159159
7z x en.${{ matrix.ide_pkg_name }}.exe.zip
160160
mv ${{ matrix.ide_pkg_name }}.exe ~/cache/${{ matrix.ide_pkg_name }}.exe
161161
popd

0 commit comments

Comments
 (0)