Try setting up uploading Linux builds?
This commit is contained in:
parent
b572feab54
commit
88d0bbdb81
1 changed files with 6 additions and 6 deletions
12
.github/workflows/linux-build.yml
vendored
12
.github/workflows/linux-build.yml
vendored
|
@ -2,7 +2,7 @@ name: "Linux build"
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
win-build:
|
linux-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -13,8 +13,8 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
# - name: Upload binary
|
- name: Upload binary
|
||||||
# uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
# with:
|
with:
|
||||||
# name: Mesen-win
|
name: Mesen-Linux
|
||||||
# path: bin/Any CPU/Release/Mesen.exe
|
path: bin/x64/Release/Mesen.exe
|
Loading…
Add table
Reference in a new issue