Skip to content

Commit 91ce87d

Browse files
committed
linux hash, not windows
1 parent 6b9d2e9 commit 91ce87d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ jobs:
193193
194194
source ./configuration
195195
196-
echo Placing custom Deno ${DENO:1}. See available versions at https://anaconda.org/conda-forge/deno/files
197-
curl -L https://anaconda.org/conda-forge/deno/${DENO:1}/download/linux-64/deno-${DENO:1}-hf25ef54_0.conda --output deno.conda
196+
echo Placing custom Deno ${DENO:1}. See available versions at https://anaconda.org/conda-forge/deno/files hbf66b88_0
197+
curl -L https://anaconda.org/conda-forge/deno/${DENO:1}/download/linux-64/deno-${DENO:1}-hbf66b88_0.conda --output deno.conda
198198
unzip deno.conda
199-
tar --use-compress-program=unzstd -xvf pkg-deno-${DENO:1}-hf25ef54_0.tar.zst
199+
tar --use-compress-program=unzstd -xvf pkg-deno-${DENO:1}-hbf66b88_0.tar.zst
200200
cp bin/deno package/pkg-working/bin/tools/x86_64/deno
201201
202202
- name: Make Tarball

0 commit comments

Comments
 (0)