mirror of https://github.com/encounter/objdiff.git
CI updates
This commit is contained in:
parent
103e00febe
commit
3e3a862a45
|
@ -238,7 +238,7 @@ jobs:
|
||||||
name: Release
|
name: Release
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ check, build ]
|
needs: [ check, build-cli, build-gui ]
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue