mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Use one build file
This commit is contained in:
parent
7311a258c9
commit
ba4956ae28
4 changed files with 13 additions and 52 deletions
26
.github/workflows/build_macos.yaml
vendored
26
.github/workflows/build_macos.yaml
vendored
|
|
@ -1,26 +0,0 @@
|
|||
name: Build macOS
|
||||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
name: Build macOS
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: "Run script"
|
||||
run: |
|
||||
./ci/build.sh
|
||||
shell: bash
|
||||
env:
|
||||
APPLICATION: ${{ secrets.APPLICATION }}
|
||||
INSTALLER: ${{ secrets.INSTALLER }}
|
||||
APPLE_PASS: ${{ secrets.APPLE_PASS }}
|
||||
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||
APIKEY: ${{ secrets.APIKEY }}
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Binaries
|
||||
path: ci/bin
|
||||
retention-days: 30
|
||||
Loading…
Add table
Add a link
Reference in a new issue