Skip to content

Commit

Permalink
Fix mani workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Holy committed Apr 6, 2021
1 parent 080f0b4 commit f11d88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- name: Upload airy binary to S3
if: ${{ github.ref == 'refs/heads/develop') }} || startsWith(github.ref, 'refs/heads/release') || ${{ github.ref == 'refs/heads/main'}}
if: ${{ github.ref == 'refs/heads/develop' }} || startsWith(github.ref, 'refs/heads/release') || ${{ github.ref == 'refs/heads/main' }}
run: |
./scripts/upload-cli-binaries.sh ${GITHUB_REF##*/}
env:
Expand Down

0 comments on commit f11d88a

Please sign in to comment.