mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 20:50:46 +00:00
fix
This commit is contained in:
@@ -498,6 +498,7 @@ jobs:
|
||||
path: wix/bin/Release/FFDec.msi
|
||||
packages:
|
||||
runs-on: ubuntu-latest
|
||||
container: debian:sid
|
||||
needs:
|
||||
- compute-version
|
||||
- build
|
||||
@@ -552,6 +553,7 @@ jobs:
|
||||
|
||||
javadoc:
|
||||
runs-on: ubuntu-latest
|
||||
container: debian:sid
|
||||
needs: compute-version
|
||||
if: needs.compute-version.outputs.doRelease == 'true'
|
||||
steps:
|
||||
@@ -583,6 +585,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container: debian:sid
|
||||
if: needs.compute-version.outputs.doRelease == 'true'
|
||||
needs:
|
||||
- compute-version
|
||||
|
||||
Reference in New Issue
Block a user