We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfa548 commit 001b38bCopy full SHA for 001b38b
1 file changed
.github/workflows/dev-build-windows.yml
@@ -135,7 +135,7 @@ jobs:
135
136
- name: Prepare dev artifact bundle
137
run: |
138
- $bundle = ".artifact-bundle"
+ $bundle = "artifact-bundle"
139
if (Test-Path $bundle) { Remove-Item -Recurse -Force $bundle }
140
New-Item -ItemType Directory -Path $bundle | Out-Null
141
@@ -153,5 +153,5 @@ jobs:
153
with:
154
name: OmniPanel-go-windows-dev
155
path: |
156
- .artifact-bundle/**
+ artifact-bundle/**
157
if-no-files-found: warn
0 commit comments