From 79c80f95d7fa57d54343d6518664f2fc842aaef6 Mon Sep 17 00:00:00 2001 From: Johnathon Selstad Date: Wed, 16 Nov 2022 13:53:31 -0800 Subject: [PATCH] Add the README to the Uploaded Binaries --- .github/workflows/main.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2e89cf..f909768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,29 +22,19 @@ jobs: sudo apt-get update -y -qq sudo apt-get install libsdl2-dev libglew-dev - #- name: Print Folder Structure - # if: runner.os == 'Linux' - # run: ls -l - - name: Linux - Build Base Binary if: runner.os == 'Linux' run: | make lib make test - #- name: Print Folder Structure - # if: runner.os == 'Linux' - # run: | - # ls -l - # ls -l ./build - # ls -l ./dist - - name: Linux - Upload Build uses: actions/upload-artifact@v3 if: runner.os == 'Linux' with: - name: libsm64 + name: libsm64_linux path: | + ./README.md ./dist ./build @@ -65,5 +55,6 @@ jobs: # prerelease: true # title: "Snapshot Build" # files: | - # /home/runner/work/sort_cuda/sort_cuda/sort_std - # /home/runner/work/sort_cuda/sort_cuda/sort_cuda + # ./README.md + # ./dist + # ./build