1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-25 20:53:36 +00:00

Fixes the cli workflow (#147)

* updating build workflow

* fixing the WIN_PKG var

* updating the env var in the makversion script

* fixing spelling error

* fixing the Resource Hacker env vars

* adding in the branch check for macos runner assets
This commit is contained in:
Joseph Flinn
2021-08-25 11:22:30 -07:00
committed by GitHub
parent 4e82486784
commit e5589e7664
2 changed files with 48 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
$major,$minor,$patch = $env:PACKAGE_VERSION.split('.')
$major,$minor,$patch = $env:_PACKAGE_VERSION.split('.')
$versionInfo = @"