Skip to content

Commit

Permalink
ci: fix phar related paths
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Aug 2, 2024
1 parent 4243a03 commit 2348820
Showing 1 changed file with 2 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

0 comments on commit 2348820

Please sign in to comment.