Skip to content

Commit

Permalink
Workflow time
Browse files Browse the repository at this point in the history
  • Loading branch information
c22dev authored Nov 28, 2023
1 parent 3d94f2e commit 4234385
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: TipsGotTrolled preview

on:
push:
branches:
- '**'
workflow_dispatch:

jobs:
build:
name: Build TrollTools
runs-on: macos-12

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build IPA using Xcode
run: ./ipabuild.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: TipsGotTrolled.ipa
path: build/TipsGotTrolled.ipa

0 comments on commit 4234385

Please sign in to comment.