Skip to content

Commit

Permalink
maybe fix windows release uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 26, 2024
1 parent d6c58c2 commit 85c2b07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,5 +501,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
with:
files: |
${{github.workspace}}/main/build/*.exe
files: ${{github.workspace}}\main\build\*.exe

0 comments on commit 85c2b07

Please sign in to comment.