Skip to content

Commit

Permalink
Fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 12, 2024
1 parent 490836b commit ac77d49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-upload-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: out/*.zip
name: ${{ matrix.language }}

release:
runs-on: windows-latest
Expand All @@ -67,8 +68,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Download Artifacts
- name: Download Artifacts to out
uses: actions/download-artifact@v4
with:
path: out

- name: Setup Bun
uses: oven-sh/setup-bun@v2
Expand Down

0 comments on commit ac77d49

Please sign in to comment.