File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 run : |
7979 mkdir ghostship-release
8080 mkdir ghostship-release/debug
81+ mv build/x64/Release/.tcc ghostship-release
8182 mv build/x64/Release/Ghostship.exe ghostship-release/
8283 mv build/x64/Release/ghostship.o2r ghostship-release/
8384 mv build/x64/Release/*.pdb ghostship-release/debug/
@@ -154,11 +155,13 @@ jobs:
154155 (cd build-cmake && cpack)
155156 mv _packages/*.dmg Ghostship.dmg
156157 mv README.md readme.txt
158+ mv build-cmake/.tcc .
157159 - name : Publish packaged artifacts
158160 uses : actions/upload-artifact@v4
159161 with :
160162 name : Ghostship-mac
161163 path : |
164+ .tcc
162165 Ghostship.dmg
163166 readme.txt
164167 - name : Save Cache MacPorts
@@ -253,6 +256,7 @@ jobs:
253256 wget -O gamecontrollerdb.txt https://raw.githubusercontent.com/mdqinc/SDL_GameControllerDB/master/gamecontrollerdb.txt
254257 mv README.md readme.txt
255258 mv build-cmake/*.appimage ghostship.appimage
259+ mv build-cmake/.tcc .
256260 - name : Upload build
257261 uses : actions/upload-artifact@v4
258262 with :
@@ -261,6 +265,7 @@ jobs:
261265 .tcc
262266 ghostship.appimage
263267 config.yml
268+ readme.txt
264269 assets
265270 gamecontrollerdb.txt
266271
You can’t perform that action at this time.
0 commit comments