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 4ffca78
Showing 1 changed file with 8 additions and 10 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

0 comments on commit 4ffca78

Please sign in to comment.