Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
fix release gh
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed May 14, 2020
1 parent e8e5693 commit 7de317e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
path: .
- name: Extract Native Linux artifacts
shell: bash
run: tar -xzvf native-linux-artifacts.tgz -C ~
run: tar -xzvf native-linux-artifacts.tgz
- name: Upload Release Linux Asset
uses: actions/upload-release-asset@v1
env:
Expand All @@ -320,7 +320,7 @@ jobs:
path: .
- name: Extract Native Windows artifacts
shell: bash
run: tar -xzvf native-windows-artifacts.tgz -C ~
run: tar -xzvf native-windows-artifacts.tgz
- name: Upload Release Windows Asset
uses: actions/upload-release-asset@v1
env:
Expand All @@ -341,7 +341,7 @@ jobs:
path: .
- name: Extract Native MacOS artifacts
shell: bash
run: tar -xzvf native-macos-artifacts.tgz -C ~
run: tar -xzvf native-macos-artifacts.tgz
- name: Upload Release MacOS Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 7de317e

Please sign in to comment.