From d0ce396de7cf820be3c53a03c20b90826ac4c5d8 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sat, 2 Oct 2021 11:16:56 +0100 Subject: [PATCH] Remove some of the logging steps --- .github/workflows/build.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 295091f..ab5c05c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,12 +30,6 @@ jobs: steps: - name: Download Repo uses: actions/checkout@v2 - - - name: ls repo - run: "ls -la ." - - - name: cat app.config - run: "cat ./app.config" - id: get-tag name: Get Target Raylib Version @@ -79,9 +73,6 @@ jobs: - name: extract linux-x64 run: mkdir -p raylib-linux64 && tar -xvf raylib-${{steps.get-tag.outputs.info}}_linux_amd64.tar.gz -C raylib-linux64 - - name: output zip dir - run: "ls -la raylib-linux64" - - name: copy linux-x64 uses: canastro/copy-file-action@master with: @@ -91,9 +82,6 @@ jobs: - name: extract osx-x64 run: mkdir -p raylib-osx64 && tar -xvf raylib-${{steps.get-tag.outputs.info}}_macos.tar.gz -C raylib-osx64 - - name: output zip dir - run: "ls -la raylib-osx64" - - name: copy osx-x64 uses: canastro/copy-file-action@master with: @@ -103,9 +91,6 @@ jobs: - name: output directory run: "ls -la ." - - name: output native lib directory - run: "ls -la Raylib-cs/runtimes/linux-x64/native/" - - name: 'Upload runtimes' uses: actions/upload-artifact@v2 with: