Add the README to the Uploaded Binaries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user