1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

changing the build workflow name and changing the exp environment to actually be windows

This commit is contained in:
Joseph Flinn 2021-01-06 19:35:25 +00:00
parent 2b44a3897d
commit 88cc5c050c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: build & publish name: "Build & Publish"
on: on:
workflow_dispatch: workflow_dispatch:

View File

@ -5,7 +5,7 @@ on:
jobs: jobs:
exp: exp:
runs-on: ubuntu-latest runs-on: windows-latest
steps: steps:
- name: Test pkg - name: Test pkg
run: pkg --help run: pkg --help