Skip to content

Commit 4cc6b00

Browse files
committed
Update ci-cd.yml
1 parent 16116a6 commit 4cc6b00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545

4646
- name: Prepare artifacts
4747
run: |
48-
mkdir "Half-Life Asset Manager"
49-
mv build/hlam "Half-Life Asset Manager"
48+
mkdir "Helix"
49+
mv build/Helix "Helix"
5050
5151
- name: Upload artifacts
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: Linux-x64
55-
path: "Half-Life Asset Manager"
55+
path: "Helix"
5656

5757
win32:
5858
name: Win32

0 commit comments

Comments
 (0)