Skip to content

Commit

Permalink
Merge pull request #195 from loki-project/development
Browse files Browse the repository at this point in the history
release pipeline fix
  • Loading branch information
kylezs committed Sep 22, 2020
2 parents 77fa635 + e1a29ff commit 64d124e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:

- name: Extract zip binaries
if: runner.os != 'Linux'
run: unzip latest.zip
run: unzip latest
shell: bash
working-directory: ./downloads

- name: Extract xz binaries
if: runner.os == 'Linux'
run: tar -xf latest.xz
run: tar -xf latest
shell: bash
working-directory: ./downloads

Expand Down

0 comments on commit 64d124e

Please sign in to comment.