Skip to content

Commit

Permalink
Fix release workflow for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jan 28, 2021
1 parent f5ec59e commit 3adf2f3
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 @@ -115,11 +115,11 @@ jobs:
ls -l ~/build
echo "~/build" >> $GITHUB_PATH
- name: Extract Darwin Artifacts and Install Binary
- name: Extract Ubuntu Artifacts and Install Binary
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: |
mkdir ~/build
tar -xf ~/artifacts/build.zip -C ~/build
tar -xf ~/artifacts/build.tar.gz -C ~/build
ls -l ~/build
echo "~/build" >> $GITHUB_PATH
Expand Down

0 comments on commit 3adf2f3

Please sign in to comment.