Skip to content

Commit

Permalink
Update and rename mac-osx-deploy.yml to deployment-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcnns authored Dec 1, 2021
1 parent 746a20b commit 84595fa
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Ghostwriter Mac OS X Deployment
name: Ghostwriter Mac OS Deployment

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 2 * * 1-5"

jobs:
build:
deploy-ghostwriter-mac-os:

runs-on: macos-latest

Expand All @@ -21,12 +19,12 @@ jobs:
run: |
brew install qt5
brew link qt5 --force
- name: Build
- name: Build ghostwriter
run: |
qmake
make
- name: Upload package
uses: actions/upload-artifact@v2
with:
name: ghostwriter-osx
name: ghostwriter
path: build/release/ghostwriter.app/

0 comments on commit 84595fa

Please sign in to comment.