Skip to content

Commit

Permalink
fix: fix environments in build-phar-release
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed May 24, 2024
1 parent 321233f commit 453e522
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-phar-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
with:
token: "${{ secrets.TRAP_RELEASE_TOKEN }}"
files: |
${{ process.env.TRAP_PHAR }}
${{ process.env.TRAP_PHAR_SIGNATURE }}
${{ env.TRAP_PHAR }}
${{ env.TRAP_PHAR_SIGNATURE }}
notify-discord:
runs-on: ubuntu-latest
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 453e522

Please sign in to comment.