Skip to content

Commit

Permalink
chore: use absolute path for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 28, 2024
1 parent cb396a3 commit e35c5a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
llhl-${{github.ref_name}}-linux-lite.zip
llhl-${{github.ref_name}}-linux-full.zip
llhl-${{github.ref_name}}-windows-lite.zip
llhl-${{github.ref_name}}-windows-full.zip
/home/runner/work/llhl/llhl/llhl-${{ github.ref_name }}-linux-lite.zip
/home/runner/work/llhl/llhl/llhl-${{ github.ref_name }}-linux-full.zip
/home/runner/work/llhl/llhl/llhl-${{ github.ref_name }}-windows-lite.zip
/home/runner/work/llhl/llhl/llhl-${{ github.ref_name }}-windows-full.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e35c5a6

Please sign in to comment.