Skip to content

Commit

Permalink
Update ubuntu-matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
substring authored Nov 28, 2024
1 parent 2ed013a commit e94cea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
Release:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
name: Release to github
needs: buildAMx86 buildAMarm
needs: [buildAMx86, buildAMarm]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e94cea0

Please sign in to comment.