Skip to content

Commit

Permalink
Try another if clause.
Browse files Browse the repository at this point in the history
  • Loading branch information
adewes committed Jun 25, 2021
1 parent fd663ac commit b011b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: |
/tmp/go/bin/${{matrix.arch}}/*
- name: rename binaries for non-Linux platforms
if: ${{ matrix.arch != 'linux-amd64' }} # we only run the tests on Linux
if: ${{ matrix.arch != 'linux_amd64' }}
run: |
mv /tmp/go/bin/${{matrix.arch}}/eps /tmp/go/bin/${{matrix.arch}}/eps-${{matrix.arch}}
mv /tmp/go/bin/${{matrix.arch}}/sd /tmp/go/bin/${{matrix.arch}}/sd-${{matrix.arch}}
Expand Down

0 comments on commit b011b61

Please sign in to comment.