Skip to content

Commit

Permalink
ci: fix artifact download names
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Oct 26, 2024
1 parent 815c9a3 commit f8e2ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ jobs:
- name: Download Binaries
uses: actions/download-artifact@v4
with:
name: linux-x64-binary
name: vrc-osc-manager
path: ./release-artifacts/

- name: Download Windows Binary
uses: actions/download-artifact@v4
with:
name: windows-x64-binary
name: vrc-osc-manager.exe
path: ./release-artifacts/

- name: Update version
Expand Down

0 comments on commit f8e2ba3

Please sign in to comment.