Skip to content

Commit

Permalink
Fixed action.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkaidev committed Mar 25, 2024
1 parent 4c8b018 commit 4aaabf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- name: Build and package
run: cmake --build build --config RelWithDebInfo --target package
- name: Upload ZIP as Artifact
uses: actions/upload-artifact@v2
with:
name: easy-debug-view-zip
path: build/easy-debug-view.zip
uses: actions/upload-artifact@v2
with:
name: easy-debug-view-zip
path: build/easy-debug-view.zip

release:
name: Release
runs-on: windows-latest
Expand Down

0 comments on commit 4aaabf5

Please sign in to comment.