-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build and release workflows #90
base: main
Are you sure you want to change the base?
Conversation
|
||
- name: Rename and Compress Executable | ||
run: | | ||
Move-Item -Path ".\dist\Qtcord-Windows\Qtcord.exe" -Destination ".\Qtcord-${{github.ref_name}}-Windows-x86_64.exe" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you forget to include everything in the folder Qtcord-Windows
? Dependencies are stored in there.
.github/workflows/build-macos.yml
Outdated
name: "Qtcord-macOS" | ||
path: "src/dist/Qtcord-macOS" | ||
files: | | ||
Qtcord-${{github.ref_name}}-macOS-x86_64.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree to the contributor agreements
Updated workflow to generate the dmg file for macOS and a zipped exe file for Windows. This was inspired by https://github.com/mq1/TinyWiiBackupManager/blob/0.3.8/.github/workflows/release.yml