fix: force build on this branch for testing

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2022-12-01 11:50:20 -07:00
parent a228c4b32a
commit 82dd1c46cf
+13 -13
View File
@@ -5,7 +5,7 @@ on:
tags: tags:
- '*' - '*'
branches: branches:
- 'macos-docs-build' - 'macos-appbundle'
jobs: jobs:
build: build:
@@ -84,16 +84,16 @@ jobs:
# UPLOAD BUILDS # UPLOAD BUILDS
## ##
# - name: Upload binary zip (macOS) - name: Upload binary zip (macOS)
# if: runner.os == 'macOS' if: runner.os == 'macOS'
# uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
# with: with:
# name: novelWriter-${{ matrix.name }}-${{ env.VERSION }}.app.zip name: novelWriter-${{ matrix.name }}-${{ env.VERSION }}.app.zip
# path: novelWriter.app.zip path: novelWriter.app.zip
# - name: Upload dmg (macOS) - name: Upload dmg (macOS)
# if: runner.os == 'macOS' if: runner.os == 'macOS'
# uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
# with: with:
# name: novelWriter-${{ matrix.name }}-${{ env.VERSION }}.dmg name: novelWriter-${{ matrix.name }}-${{ env.VERSION }}.dmg
# path: novelWriter-${{ env.VERSION }}.dmg path: novelWriter-${{ env.VERSION }}.dmg