changing the build workflow name and changing the exp environment to actually be windows
This commit is contained in:
parent
2b44a3897d
commit
88cc5c050c
|
@ -1,4 +1,4 @@
|
|||
name: build & publish
|
||||
name: "Build & Publish"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
exp:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Test pkg
|
||||
run: pkg --help
|
||||
|
|
Loading…
Reference in New Issue