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
|
||||
|
||||
jobs:
|
||||
win-build:
|
||||
linux-build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -13,8 +13,8 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
make
|
||||
# - name: Upload binary
|
||||
# uses: actions/upload-artifact@v1
|
||||
# with:
|
||||
# name: Mesen-win
|
||||
# path: bin/Any CPU/Release/Mesen.exe
|
||||
- name: Upload binary
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Mesen-Linux
|
||||
path: bin/x64/Release/Mesen.exe
|
Loading…
Add table
Reference in a new issue