Skip to content

Commit

Permalink
~ CI Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
buresdv committed Mar 31, 2024
1 parent b55e36a commit 734e992
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: Build Cork
name: Build New Version

on:
push:
branches: main
tags:
- '*'
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
build-app:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
xcode-version: '15.2'

- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -24,8 +23,7 @@ jobs:
- name: Create zip file
run: cp -r build/Build/Products/Debug/Cork.app . && zip -r Cork.zip Cork.app

# - name: Upload binaries to release
# uses: svenstaro/upload-release-action@v2
# with:
# repo_token: ${{ secrets.TOKEN }}
# file: Cork.zip
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
file: Cork.zip
4 changes: 2 additions & 2 deletions Cork.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,7 @@
CURRENT_PROJECT_VERSION = 50;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Cork/Preview Content\"";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = ZSVA6DVZHM;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -2325,7 +2325,7 @@
CURRENT_PROJECT_VERSION = 50;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Cork/Preview Content\"";
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = ZSVA6DVZHM;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down

0 comments on commit 734e992

Please sign in to comment.