Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Apr 5, 2024
1 parent 4692ef1 commit 200a797
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 @@ -40,12 +40,12 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: phar
path: ./build/pest.phar
path: ./builds/lina.phar

- name: Create release
uses: softprops/action-gh-release@v1
with:
files: ./build/pest.phar
files: ./builds/lina.phar
tag_name: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 200a797

Please sign in to comment.