Skip to content

Commit

Permalink
ci: fix phar related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Aug 2, 2024
1 parent 4243a03 commit 3766447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
1 change: 1 addition & 0 deletions box.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"vendor"
],
"files": [
"resources/software.json",
"resources/version.json",
"bin/dload",
"LICENSE.md",
Expand Down

0 comments on commit 3766447

Please sign in to comment.