Skip to content

Commit

Permalink
Specify paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 12, 2024
1 parent dcb2c2f commit 490836b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-upload-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
path: out/
path: out/*.zip

release:
runs-on: windows-latest
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
append_body: true
body_path: release.md
files: |
out/
out/*.zip

0 comments on commit 490836b

Please sign in to comment.