mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
name the application executable when copying to the gamedir
every build artifact also carries Ja2Export.exe, so the glob handed mv three paths and it failed with "target 'gamedir/ja2.exe' is not a directory". The assemble job runs on Windows, so the lowercase matrix name matches the uppercase target file. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
committed by
majcosta
co-authored by
Claude Opus 5
parent
3471b19fdc
commit
f7faa076a9
@@ -85,7 +85,7 @@ jobs:
|
||||
set -eux
|
||||
for APP in ja2 ja2mapeditor ja2ub ja2ubmapeditor
|
||||
do
|
||||
mv artifacts/${APP}/*.exe gamedir/${APP}.exe
|
||||
mv artifacts/${APP}/${APP}.exe gamedir/${APP}.exe
|
||||
done
|
||||
|
||||
- name: Create version information file
|
||||
|
||||
Reference in New Issue
Block a user