Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
(This was copied from a project with different branch names.)
  • Loading branch information
alexpdp7 committed Mar 4, 2024
1 parent b454c5a commit fa03149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ jobs:
asset_path: ubpkg-windows-latest/ubpkg.exe
asset_name: ubpkg.exe
asset_content_type: application/x-executable
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

0 comments on commit fa03149

Please sign in to comment.