Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chfwd authored Jan 13, 2023
1 parent e8e4690 commit dd91e8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Check
on:
push:
branches: [ main ]
workflow_dispatch: {}

jobs:
phoenixbuilder-check:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -17,6 +18,11 @@ jobs:
go-version: 1.18
- name: Build PhoenixBuilder
run: make current
- name: upload
uses: actions/upload-artifact@v3.1.0
with:
name: PhoenixBuilder
path: ${{ GITHUB.WORKSPACE }}\build
#gui-check:
# runs-on: ubuntu-latest
# steps:
Expand Down

0 comments on commit dd91e8d

Please sign in to comment.