mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Fix dependencies.
parent
5f6154c510
commit
973e6c8080
|
|
@ -244,6 +244,7 @@ linux-package-tar:
|
|||
- release
|
||||
- linux
|
||||
needs:
|
||||
- job: test-linux
|
||||
- job: build-linux
|
||||
artifacts: true
|
||||
rules:
|
||||
|
|
@ -261,6 +262,7 @@ windows-package-zip:
|
|||
- release
|
||||
- linux
|
||||
needs:
|
||||
- job: test-windows
|
||||
- job: build-windows
|
||||
artifacts: true
|
||||
rules:
|
||||
|
|
@ -278,6 +280,7 @@ windows-package-exe:
|
|||
- release
|
||||
- wine
|
||||
needs:
|
||||
- job: test-windows
|
||||
- job: build-windows
|
||||
artifacts: true
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Reference in New Issue