Skip to content

Commit

Permalink
Another try...
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkaidev committed Mar 25, 2024
1 parent 93ea3e6 commit c6454fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Upload ZIP as Artifact
uses: actions/upload-artifact@v2
with:
name: easy_debug_view.zip
name: easy_debug_view-zip
path: ${{github.workspace}}/build/easy_debug_view.zip

release:
Expand All @@ -31,11 +31,11 @@ jobs:
- name: Download ZIP Artifact
uses: actions/download-artifact@v2
with:
name: easy_debug_view.zip
path: ${{github.workspace}}/build
name: easy_debug_view-zip
path: .

- name: Release
uses: softprops/action-gh-release@v2
with:
draft: true
files: ${{github.workspace}}/build/easy_debug_view.zip
files: easy_debug_view.zip

0 comments on commit c6454fe

Please sign in to comment.