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 update -y -qq
|
||||||
sudo apt-get install libsdl2-dev libglew-dev
|
sudo apt-get install libsdl2-dev libglew-dev
|
||||||
|
|
||||||
#- name: Print Folder Structure
|
|
||||||
# if: runner.os == 'Linux'
|
|
||||||
# run: ls -l
|
|
||||||
|
|
||||||
- name: Linux - Build Base Binary
|
- name: Linux - Build Base Binary
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
make lib
|
make lib
|
||||||
make test
|
make test
|
||||||
|
|
||||||
#- name: Print Folder Structure
|
|
||||||
# if: runner.os == 'Linux'
|
|
||||||
# run: |
|
|
||||||
# ls -l
|
|
||||||
# ls -l ./build
|
|
||||||
# ls -l ./dist
|
|
||||||
|
|
||||||
- name: Linux - Upload Build
|
- name: Linux - Upload Build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
with:
|
with:
|
||||||
name: libsm64
|
name: libsm64_linux
|
||||||
path: |
|
path: |
|
||||||
|
./README.md
|
||||||
./dist
|
./dist
|
||||||
./build
|
./build
|
||||||
|
|
||||||
@@ -65,5 +55,6 @@ jobs:
|
|||||||
# prerelease: true
|
# prerelease: true
|
||||||
# title: "Snapshot Build"
|
# title: "Snapshot Build"
|
||||||
# files: |
|
# files: |
|
||||||
# /home/runner/work/sort_cuda/sort_cuda/sort_std
|
# ./README.md
|
||||||
# /home/runner/work/sort_cuda/sort_cuda/sort_cuda
|
# ./dist
|
||||||
|
# ./build
|
||||||
|
|||||||
Reference in New Issue
Block a user