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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-06 22:45:51 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-11-06 22:45:51 +0300
commit585088722ec4d4ffb20d857da83d47936e7c5d7f (patch)
tree9e0774fdd43d9a8e498d64e2b5704222324afff4
parent6d5561197d1399c15d5688d7e83429096244f97d (diff)
Forgot images directory
-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