mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-04 02:31:19 +01:00
Fix release assets not being executable (#3480)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -166,11 +166,11 @@ jobs:
|
||||
|
||||
- name: Pre-release (linux)
|
||||
if: startsWith(matrix.os, 'ubuntu') && matrix.kind == 'test'
|
||||
run: gzip -c target/release/deno > target/release/deno_linux_x64.gz
|
||||
run: gzip -f -S _linux_x64.gz target/release/deno
|
||||
|
||||
- name: Pre-release (mac)
|
||||
if: startsWith(matrix.os, 'macOS') && matrix.kind == 'test'
|
||||
run: gzip -c target/release/deno > target/release/deno_osx_x64.gz
|
||||
run: gzip -f -S _osx_x64.gz target/release/deno
|
||||
|
||||
- name: Pre-release (windows)
|
||||
if: startsWith(matrix.os, 'windows') && matrix.kind == 'test'
|
||||
|
||||
Reference in New Issue
Block a user