mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Create artifacts
This commit is contained in:
parent
c8a79d4693
commit
16a38033df
4 changed files with 19 additions and 1 deletions
6
.github/workflows/build_linux.yaml
vendored
6
.github/workflows/build_linux.yaml
vendored
|
|
@ -14,3 +14,9 @@ jobs:
|
|||
shell: bash
|
||||
env:
|
||||
APIKEY: ${{ secrets.APIKEY }}
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Binaries
|
||||
path: ci/bin
|
||||
retention-days: 30
|
||||
6
.github/workflows/build_macos.yaml
vendored
6
.github/workflows/build_macos.yaml
vendored
|
|
@ -18,3 +18,9 @@ jobs:
|
|||
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
|
||||
6
.github/workflows/build_windows.yaml
vendored
6
.github/workflows/build_windows.yaml
vendored
|
|
@ -14,3 +14,9 @@ jobs:
|
|||
shell: bash
|
||||
env:
|
||||
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