1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-17 14:06:49 +02:00

adding in the other job dependency

This commit is contained in:
Joseph Flinn 2021-01-28 15:22:16 +00:00
parent 840b076ab6
commit 99dfb48f8e

View File

@ -48,7 +48,7 @@ jobs:
prerelease: false
windows:
cli:
name: Build CLI
runs-on: windows-latest
needs: setup
@ -216,10 +216,12 @@ jobs:
asset_path: ./dist/chocolatey/bitwarden-cli.${{ env.PACKAGE_VERSION }}.nupkg
linux:
snap:
name: Publish Snap
runs-on: ubuntu-latest
needs: setup
needs:
- setup
- cli
steps:
- name: Checkout repo
uses: actions/checkout@v2