Add step to copy Lutris start script to target

This commit is contained in:
Leo 2025-10-03 22:42:39 +01:00 committed by GitHub
parent 2f41505433
commit 6eea42586d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,9 @@ jobs:
run: cargo build --release run: cargo build --release
working-directory: ./noita-proxy working-directory: ./noita-proxy
- name: Copy lutris start script to target
run: cp scripts/start-linux.sh target/start-linux.sh
- name: Create archives - name: Create archives
run: python scripts/ci_make_archives.py linux run: python scripts/ci_make_archives.py linux
@ -126,4 +129,4 @@ jobs:
with: with:
#draft: true #draft: true
artifacts: "*.zip" artifacts: "*.zip"
bodyFile: last_release_notes.md bodyFile: last_release_notes.md