Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
Tom-The-Geek authored Feb 24, 2021
1 parent f3132ff commit 3e64518
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 @@ -27,11 +27,11 @@ jobs:
uses: AButler/upload-release-assets@v2.0
if: matrix.os == 'windows-latest'
with:
files: 'target/release/server-launcher.exe'
files: 'target/release/modrinth-cli.exe'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload GitHub release (unix)
uses: AButler/upload-release-assets@v2.0
if: matrix.os != 'windows-latest'
with:
files: 'target/release/server-launcher'
files: 'target/release/modrinth-cli'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3e64518

Please sign in to comment.