mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Add step to copy Lutris start script to target
This commit is contained in:
parent
2f41505433
commit
6eea42586d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -54,6 +54,9 @@ jobs:
|
|||
run: cargo build --release
|
||||
working-directory: ./noita-proxy
|
||||
|
||||
- name: Copy lutris start script to target
|
||||
run: cp scripts/start-linux.sh target/start-linux.sh
|
||||
|
||||
- name: Create archives
|
||||
run: python scripts/ci_make_archives.py linux
|
||||
|
||||
|
@ -126,4 +129,4 @@ jobs:
|
|||
with:
|
||||
#draft: true
|
||||
artifacts: "*.zip"
|
||||
bodyFile: last_release_notes.md
|
||||
bodyFile: last_release_notes.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue