Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Jan 20, 2024
1 parent 6b99b9b commit fa67c34
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 @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
release_build: ${{ startsWith(github.ref, 'refs/tags/') }}
release_build: [ ${{ startsWith(github.ref, 'refs/tags/') }} ]
include:
- tl_name: i386-linux
image: i386/ubuntu:xenial
Expand Down

0 comments on commit fa67c34

Please sign in to comment.