Skip to content

Commit

Permalink
format yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Sep 12, 2023
1 parent a8b88ec commit 70b1c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package_installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Build and upload packaged app
runs-on: ${{ matrix.os }}
strategy:
# Adding fail-fast: false so at least some artifacts gets uploaded if others fail
# Adding fail-fast: false so at least some artifacts gets uploaded if others fail
fail-fast: false
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
xcrun stapler staple "${{ env.MACOS_TARGET_PATH }}"
# # Now that we have a notarized app, we can package it.
# Now that we have a notarized app, we can package it.
- name: "Mac OS - Package the app"
if: matrix.os == 'macos-latest'
shell: bash
Expand Down

0 comments on commit 70b1c25

Please sign in to comment.