Skip to content

Commit

Permalink
trying to package and release win installer
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohersan committed Feb 29, 2024
1 parent f2a5dce commit cc1758b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-gh-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@ jobs:
- name: Pack
run: |
ls -la release
ls -la release/the-happy-app-win32-ia32/
mv release/the-happy-app-darwin-x64 ./the-happy-app-mac
tar -czf the-happy-app-mac.tar.gz the-happy-app-mac
mv release/the-happy-app-win32-ia32/The\ Happy\ App.exe .
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
the-happy-app-mac.tar.gz
The\ Happy\ App.exe
tag_name: ${{ steps.setup.outputs.TAG_NAME }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "The-Happy-App",
"name": "the-happy-app",
"productName": "The Happy App",
"description": "Application for quantifying happiness",
"version": "0.1.0",
Expand Down

0 comments on commit cc1758b

Please sign in to comment.