Skip to content

Commit

Permalink
fix: manually release
Browse files Browse the repository at this point in the history
Signed-off-by: Zach <[email protected]>
  • Loading branch information
Zach677 committed Aug 14, 2024
1 parent ea2aa00 commit c45f112
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 111 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: CI - Build Application
on:
repository_dispatch:
types: [release_created]
push:
branches:
- '**'
paths-ignore:
- 'LICENSE'
- '**.md'
pull_request:
release:
types: [created]
workflow_dispatch:

permissions: write-all
Expand All @@ -15,6 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up env.APP_CONF to Release
if: github.event_name == 'release'
run: |
echo "APP_CONF=Release" >> $GITHUB_ENV
- name: Build for macOS (Universal)
Expand All @@ -32,6 +40,7 @@ jobs:
name: NotchDrop
path: NotchDrop.dmg
- name: Upload DMG to GitHub Release
if: github.event_name == 'release'
uses: softprops/action-gh-release@v2
with:
files: NotchDrop.dmg
109 changes: 0 additions & 109 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit c45f112

Please sign in to comment.