Skip to content

Commit

Permalink
(release) bug fix in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Jan 17, 2022
1 parent ed3fc2d commit 307b1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# tar cfz /tmp/$tarfile --exclude ".git*" -s "/./${repo}/" .

- name: build tarball
if: matrix.os == 'self-hosted'
if: matrix.os == 'ubuntu-latest'
env:
tarfile: ${{ steps.get_version.outputs.tarfile }}
repo: ${{ steps.get_version.outputs.repo }}
Expand Down

0 comments on commit 307b1a4

Please sign in to comment.