1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 19:56:50 +00:00

build: build packages with zip support but without valid zip password

This commit is contained in:
Paul-Christian Volkmer 2024-06-07 15:02:53 +02:00
parent 96875c2da9
commit c924653677

View File

@ -5,6 +5,10 @@ on:
tags: tags:
- 'v*' - 'v*'
env:
# Use invalid OSB key to packages with ZIP support but without valid build in password
OSB_KEY: "invalid"
jobs: jobs:
linuxbuild: linuxbuild:
runs-on: ubuntu-latest runs-on: ubuntu-latest