Skip to content

Commit 4aaabf5

Browse files
committed
Fixed action.
1 parent 4c8b018 commit 4aaabf5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- name: Build and package
1919
run: cmake --build build --config RelWithDebInfo --target package
2020
- name: Upload ZIP as Artifact
21-
uses: actions/upload-artifact@v2
22-
with:
23-
name: easy-debug-view-zip
24-
path: build/easy-debug-view.zip
25-
21+
uses: actions/upload-artifact@v2
22+
with:
23+
name: easy-debug-view-zip
24+
path: build/easy-debug-view.zip
25+
2626
release:
2727
name: Release
2828
runs-on: windows-latest

0 commit comments

Comments
 (0)