Skip to content

Commit 5262a70

Browse files
Fix upload release binary
1 parent 05e7fdb commit 5262a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
with:
4646
name: ${{ env.APP_NAME }}
47-
path: ${{ env.APP_NAME }}/build/${{ env.APP_NAME }}
47+
path: build/${{ env.APP_NAME }}

0 commit comments

Comments
 (0)