From 548d4b9a699b1894a4a24e5036e756b5444aa904 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Mon, 27 Jul 2020 21:06:36 -0700 Subject: [PATCH] build: One more build fix --- .github/workflows/build.yml | 14 +++++++------- README.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57c6e33..fd1129d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,12 +70,12 @@ jobs: encodedString: ${{ secrets.WINDOWS_CODESIGN_P12 }} - name: Download disk image (ps1) run: tools/download-disk.ps1 - if: matrix.os == 'windows-latest' + if: matrix.os == 'windows-latest' && startsWith(github.ref, 'refs/tags/') env: DISK_URL: ${{ secrets.DISK_URL }} - name: Download disk image (sh) run: chmod +x tools/download-disk.sh && ./tools/download-disk.sh - if: matrix.os != 'windows-latest' + if: matrix.os != 'windows-latest' && startsWith(github.ref, 'refs/tags/') env: DISK_URL: ${{ secrets.DISK_URL }} - name: Install @@ -88,11 +88,11 @@ jobs: APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} WINDOWS_CODESIGN_FILE: ${{ steps.write_file.outputs.filePath }} WINDOWS_CODESIGN_PASSWORD: ${{ secrets.WINDOWS_CODESIGN_PASSWORD }} - - name: Archive production artifacts - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.os }} - path: out/make/**/* + # - name: Archive production artifacts + # uses: actions/upload-artifact@v2 + # with: + # name: ${{ matrix.os }} + # path: out/make/**/* - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') diff --git a/README.md b/README.md index 142d705..1086b5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # macintosh.js -This is Mac OS 8, running in an [Electron](https://electronjs.org/) app. Yes, it's the full thing. I'm sorry. +This is Mac OS 8, running in an [Electron](https://electronjs.org/) app pretending to be a 1991 Macintosh Quadra. Yes, it's the full thing. I'm sorry. ![Screenshot](https://user-images.githubusercontent.com/1426799/88612692-a1d81a00-d040-11ea-85c9-c64142c503d5.jpg)