Skip to content

Commit be74178

Browse files
committed
fix: update artifact paths from output to dist in build workflow
1 parent ad9e133 commit be74178

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
with:
7777
name: layla-server-win
7878
path: |
79-
output/*.exe
80-
output/*.yml
79+
dist/*.exe
80+
dist/*.yml
8181
if-no-files-found: warn
8282

8383
- name: Create GitHub Release
@@ -87,6 +87,6 @@ jobs:
8787
tag_name: v${{ github.run_number }}
8888
name: Layla Server Build ${{ github.run_number }}
8989
files: |
90-
output/*.exe
90+
dist/*.exe
9191
draft: false
9292
prerelease: false

0 commit comments

Comments
 (0)