Skip to content

Commit

Permalink
rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquantumoff committed Aug 9, 2023
1 parent 543a5ee commit 75e643f
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 @@ -38,12 +38,12 @@ jobs:
generate_release_notes: true
prerelease: contains('preview', ${{ github.ref_name}})
token: ${{ secrets.GITHUB_TOKEN }}
files: target/release/mcmodpackmanager_lite
files: target/release/quadrant_lite
- name: Publish windows
if: matrix.platform == 'windows-latest'
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
prerelease: contains('preview', ${{ github.ref_name}})
token: ${{ secrets.GITHUB_TOKEN }}
files: MCModpackManagerLiteSetup.exe
files: QuadrantLiteSetup.exe

0 comments on commit 75e643f

Please sign in to comment.