Skip to content

Commit

Permalink
Skip signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Apr 23, 2024
1 parent 52c5ac4 commit e9deb45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
workflow_dispatch:
pull_request:


jobs:
build-release:
uses: ./.github/workflows/build.yml
Expand All @@ -29,13 +28,18 @@ jobs:
run: |
npm install --global create-dmg
mkdir release
create-dmg "build_artifacts/Barista.xcarchive/Products/Applications/Barista.app" "release"
create-dmg "build_artifacts/Barista.xcarchive/Products/Applications/Barista.app" "release" || true
- name: Print out all release files
run: |
echo "Generated $(ls ./release | wc -l) files:"
du -h -d 0 ./release/*
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 1

- name: Get app version and build number
run: |
APP_VERSION=$(xcrun agvtool mvers -terse1)
Expand Down

0 comments on commit e9deb45

Please sign in to comment.