Skip to content

Commit d875e44

Browse files
committed
Working on appx building & signing
1 parent ce83565 commit d875e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set version number
3333
run: |
3434
# Set the version number for the build based on the tag or fallback to the branch name
35-
if (${{ inputs.tag }} -match '^v(\d+\.\d+\.\d+)$') {
35+
if ("${{ inputs.tag }}" -match '^v(\d+\.\d+\.\d+)$') {
3636
$version = $Matches[1]
3737
} else {
3838
$version = "0.0.0.1" # fallback version if no tag is provided

0 commit comments

Comments
 (0)