From: nishi Date: Mon, 17 Jun 2024 00:33:00 +0000 (+0000) Subject: forgot to add build-debpkg to needs X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b37b05ff09e124412c9807b90e3bb45571f2e275;p=dataworks.git forgot to add build-debpkg to needs git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@321 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b52656..8249315 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -190,7 +190,7 @@ jobs: permissions: contents: write - needs: [build-generic, build-mac, build-dosimg] + needs: [build-generic, build-mac, build-debpkg, build-dosimg] steps: - name: Checkout