Skip to content

Commit 01a2b90

Browse files
committed
CI again
1 parent 9f59ccd commit 01a2b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626

2727
- name: Build Linux proxy release
2828
run: cargo build --release
29-
working-directory: ./noita_proxy
29+
working-directory: ./noita-proxy
3030
- name: Build Windows proxy release
3131
run: cargo build --release --target x86_64-pc-windows-gnu
32-
working-directory: ./noita_proxy
32+
working-directory: ./noita-proxy
3333

3434
- name: Create archives
3535
run: python scripts/ci_make_archives.py

0 commit comments

Comments
 (0)