Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed May 9, 2024
1 parent a939e91 commit 0dff65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
composer install --no-dev --optimize-autoloader --no-progress --no-suggest
make build-phar
- name: upload binaries to release
uses: softprops/action-gh-release@v2
- name: Upload binaries to release
uses: softprops/action-gh-release@v3
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./builds/lina.phar

0 comments on commit 0dff65c

Please sign in to comment.