Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Update AudioConverter.swift #3

Update AudioConverter.swift

Update AudioConverter.swift #3

Workflow file for this run

name: Build Cowabunga
on:
push:
branches: [ "**" ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Make IPA
run: ./ipabuild.sh
- uses: actions/upload-artifact@v3
with:
name: IPA Download
path: build/Cowabunga.ipa