From 376644770e27ffbe169e64dd97cc3b5b591d8e1a Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Sat, 3 Aug 2024 00:11:28 +0400 Subject: [PATCH] ci: fix phar related issues --- .github/workflows/testing.yml | 4 ++-- box.json.dist | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3fb673a..1d42212 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -151,8 +151,8 @@ jobs: dependencies: - locked env: - DLOAD_PHAR: ".build/phar/DLOAD.phar" - DLOAD_PHAR_SIGNATURE: ".build/phar/DLOAD.phar.asc" + DLOAD_PHAR: ".build/phar/dload.phar" + DLOAD_PHAR_SIGNATURE: ".build/phar/dload.phar.asc" steps: - name: 📦 Check out the codebase uses: actions/checkout@v4.1.5 diff --git a/box.json.dist b/box.json.dist index 7e28511..05c31ce 100644 --- a/box.json.dist +++ b/box.json.dist @@ -11,6 +11,7 @@ "vendor" ], "files": [ + "resources/software.json", "resources/version.json", "bin/dload", "LICENSE.md",