Add the README to the Uploaded Binaries

This commit is contained in:
Johnathon Selstad
2022-11-16 13:53:31 -08:00
parent 4cb4ec4276
commit 79c80f95d7
+5 -14
View File
@@ -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