mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-01 16:32:54 +00:00
build: build packages with zip support but without valid zip password
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -5,6 +5,10 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
env:
|
||||
# Use invalid OSB key to packages with ZIP support but without valid build in password
|
||||
OSB_KEY: "invalid"
|
||||
|
||||
jobs:
|
||||
linuxbuild:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user