We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce8480 commit 5f750b7Copy full SHA for 5f750b7
1 file changed
.github/workflows/dev-build-windows.yml
@@ -149,8 +149,8 @@ jobs:
149
Copy-Item -Path "LICENSE" -Destination $bundle -Force
150
151
- 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
+ uses: actions/upload-artifact@v4
+ with:
+ name: OmniPanel-go-windows-dev
+ path: artifact-bundle
+ if-no-files-found: warn
0 commit comments