Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 776f27e..f6d6c41 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
- cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew output
+ cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images output
- name: Build CoolgirlCombiner for Linux-x64
run: dotnet publish tools_sources/CoolgirlCombiner -c Release -r linux-x64 --no-self-contained -o ${{ env.TOOLS_DIR }}
- name: Build NesTiler for Linux-x64
@@ -98,7 +98,7 @@ jobs:
- name: Copy main files
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
- cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew output
+ cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images output
- name: Build CoolgirlCombiner for MacOS-x64
run: dotnet publish tools_sources/CoolgirlCombiner -c Release -r osx-x64 --no-self-contained -o ${{ env.TOOLS_DIR }}
- name: Build NesTiler for MacOS-x64
@@ -141,7 +141,7 @@ jobs:
shell: msys2 {0}
run: >-
mkdir -p ${{ env.OUTPUT_DIR }} &&
- cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew output
+ cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew images output
- name: Build CoolgirlCombiner for Win-x64
run: dotnet publish tools_sources/CoolgirlCombiner -c Release -r win-x64 --no-self-contained -o ${{ env.TOOLS_DIR }}
- name: Build NesTiler for Win-x64