Skip to content

Commit

Permalink
Zoinked the file pattern for linux rel
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed May 9, 2024
1 parent b46858d commit d1db498
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ jobs:
npm install
- name: Package app
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# env:
# APPLE_ID: ${{ secrets.APPLE_ID }}
# APPLE_NOTARIZATION_PASSWORD: ${{ secrets.APPLE_NOTARIZATION_PASSWORD }}
Expand Down Expand Up @@ -163,6 +165,6 @@ jobs:
with:
tag_name: ${{ steps.relinfo.outputs.release }}
files: |
"out/make/**/*.deb"
"*.AppImage"
"*.zsync"
out/make/**/*.deb
*.AppImage
*.zsync
7 changes: 1 addition & 6 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@ const config: ForgeConfig = {
},
},
packagerOptions: {
osxSign: {},
osxNotarize: {
appleId: process.env.APPLE_ID ?? "",
appleIdPassword: process.env.APPLE_NOTARIZATION_PASSWORD ?? "",
teamId: process.env.APPLE_TEAM_ID ?? "",
},
osxSign: {}
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

0 comments on commit d1db498

Please sign in to comment.