Skip to content

Commit

Permalink
Merge pull request #15 from SimplyEdit/main
Browse files Browse the repository at this point in the history
Just putting things where I can edit them
  • Loading branch information
Hoxolotl authored Sep 20, 2024
2 parents 97f26f4 + 4d75c04 commit 1956134
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/make-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,7 @@ jobs:
run: npm install
- name: build
run: npm run make-mac

- name: Publish app
run: npm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# build:
# strategy:
# matrix:
# os:
# [
# { name: 'linux', image: 'ubuntu-latest' },
# { name: 'windows', image: 'windows-latest' },
# { name: 'macos', image: 'macos-latest' },
# ]
# runs-on: ${{ matrix.os.image }}
# steps:
# - name: Github checkout
# uses: actions/checkout@v4
# - name: Use Node.js
# uses: actions/setup-node@v4
# with:
# node-version: 20
# - run: npm install --save-dev @electron-forge/cli
# - run: npx electron-forge import
# - name: Publish app
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: npm run publish
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1956134

Please sign in to comment.