Skip to content

Commit 5f750b7

Browse files
committed
fix: correct indentation for upload-artifact step in dev-build-windows.yml
1 parent fce8480 commit 5f750b7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
Copy-Item -Path "LICENSE" -Destination $bundle -Force
150150
151151
- name: Upload dev artifact
152-
uses: actions/upload-artifact@v4
153-
with:
154-
name: OmniPanel-go-windows-dev
155-
path: artifact-bundle
156-
if-no-files-found: warn
152+
uses: actions/upload-artifact@v4
153+
with:
154+
name: OmniPanel-go-windows-dev
155+
path: artifact-bundle
156+
if-no-files-found: warn

0 commit comments

Comments
 (0)