Skip to content

Commit

Permalink
patch: fix actions matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rockavoldy authored Jul 20, 2023
2 parents ddc7637 + cb3eedf commit 92b3793
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
zip odoo-one-click_${{ matrix.goos }}_${{ matrix.goarch }}.zip odoo-one-click
rm -f odoo-one-click
deploy:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Delete old prerelease tag with v0.x.x
if: (env.OLD_PRE_TAG == env.BUMP_TAG) && (env.BUMP_TAG != 'NULL')
uses: dev-drprasad/[email protected]
Expand Down

0 comments on commit 92b3793

Please sign in to comment.