From 0dcd01ba8cb32323cb5b597a350331891a30c341 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sun, 6 Nov 2022 22:49:39 +0400 Subject: Update build.yaml --- .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 0ce7c83..d2ed60f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu - name: Copy main files run: >- - mkdir -p ${{ OUTPUT_DIR }} \ + mkdir -p ${{ OUTPUT_DIR }} cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew output - name: Build NesTiler for Linux-x64 run: dotnet publish tools_sources/NesTiler/NesTiler -c Release -r linux-x64 --no-self-contained -o ${{ TOOLS_DIR }} @@ -85,7 +85,7 @@ jobs: run: brew install argp-standalone - name: Copy main files run: >- - mkdir -p ${{ OUTPUT_DIR }} \ + mkdir -p ${{ OUTPUT_DIR }} cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew output - name: Build NesTiler for MacOS-x64 run: dotnet publish tools_sources/NesTiler/NesTiler -c Release -r mac-x64 --no-self-contained -o ${{ TOOLS_DIR }} @@ -123,7 +123,7 @@ jobs: libargp-devel - name: Copy main files run: >- - mkdir -p ${{ OUTPUT_DIR }} \ + mkdir -p ${{ OUTPUT_DIR }} cp -fR *.asm Makefile LICENSE README.md configs spec demos games homebrew output - name: Build NesTiler for Win-x64 run: dotnet publish tools_sources/NesTiler/NesTiler -c Release -r win-x64 --no-self-contained -o ${{ TOOLS_DIR }} -- cgit v1.2.3