Skip to content

Commit 001b38b

Browse files
committed
ci: upload artifact bundle from non-hidden dir
1 parent 6dfa548 commit 001b38b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: Prepare dev artifact bundle
137137
run: |
138-
$bundle = ".artifact-bundle"
138+
$bundle = "artifact-bundle"
139139
if (Test-Path $bundle) { Remove-Item -Recurse -Force $bundle }
140140
New-Item -ItemType Directory -Path $bundle | Out-Null
141141
@@ -153,5 +153,5 @@ jobs:
153153
with:
154154
name: OmniPanel-go-windows-dev
155155
path: |
156-
.artifact-bundle/**
156+
artifact-bundle/**
157157
if-no-files-found: warn

0 commit comments

Comments
 (0)