We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfafa82 commit 6b9d2e9Copy full SHA for 6b9d2e9
1 file changed
.github/workflows/create-release.yml
@@ -194,9 +194,9 @@ jobs:
194
source ./configuration
195
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}-hcab8b69_0.conda --output deno.conda
+ curl -L https://anaconda.org/conda-forge/deno/${DENO:1}/download/linux-64/deno-${DENO:1}-hf25ef54_0.conda --output deno.conda
198
unzip deno.conda
199
- tar --use-compress-program=unzstd -xvf pkg-deno-${DENO:1}-hcab8b69_0.tar.zst
+ tar --use-compress-program=unzstd -xvf pkg-deno-${DENO:1}-hf25ef54_0.tar.zst
200
cp bin/deno package/pkg-working/bin/tools/x86_64/deno
201
202
- name: Make Tarball
0 commit comments