Skip to content

Commit 2c301c4

Browse files
committed
Fix build scripts
1 parent dfd3cf5 commit 2c301c4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/actions/build/action.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ runs:
2525
uses: actions/upload-artifact@v4
2626
with:
2727
name: huly-coder-${{inputs.os}}
28-
path: |
29-
target/release/huly-coder
30-
huly-coder.yaml
28+
path: target/release/huly-coder
29+
- name: Upload Config
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: huly-coder-${{inputs.os}}
33+
path: huly-coder.yaml

0 commit comments

Comments
 (0)