From 585088722ec4d4ffb20d857da83d47936e7c5d7f Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sun, 6 Nov 2022 23:45:51 +0400 Subject: Forgot images directory --- .github/workflows/build.yaml | 6 +++--- 1 file 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 -- cgit v1.2.3