Skip to content

Commit

Permalink
chore: fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent dff0b20 commit 362d1df
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 @@ -65,7 +65,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: llhl-${{github.ref_name}}-linux
path: llhl-${{github.ref_name}}-linux.zip
path: llhl/dist

build-windows:
runs-on: windows-2019
Expand Down Expand Up @@ -119,4 +119,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: llhl-${{github.ref_name}}-windows
path: llhl-${{github.ref_name}}-windows.zip
path: llhl/dist

0 comments on commit 362d1df

Please sign in to comment.