Skip to content

Commit

Permalink
Update libfaust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun authored and sletz committed Apr 1, 2024
1 parent 605a314 commit eb9c45c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/libfaust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
zip -r libfaust-${{ matrix.name }}.zip lib
- name: Upload libfaust artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libfaust-${{ matrix.name }}.zip
path: build/libfaust-${{ matrix.name }}.zip
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
docker rm mylib-container
- name: Upload libfaust artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libfaust-${{ matrix.name }}.zip
path: libfaust-${{ matrix.name }}.zip
Expand Down Expand Up @@ -306,22 +306,22 @@ jobs:
ARCHS: ${{matrix.ARCHS}}

- name: Upload Faust artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: faust-${{env.FAUST_VERSION}}-${{ matrix.name }}.dmg
path: build/Release-${{env.FAUST_VERSION}}/Faust-${{env.FAUST_VERSION}}-${{matrix.name}}.dmg
if-no-files-found: error

- name: Upload Faust source artifact
if: ${{ endsWith( matrix.name, 'arm64') }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: faust-${{env.FAUST_VERSION}}.tar.gz
path: build/Release-${{env.FAUST_VERSION}}/faust-${{env.FAUST_VERSION}}.tar.gz
if-no-files-found: error

- name: Upload faustgen~ artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: faustgen-${{env.FAUSTGEN_VERSION}}-${{ matrix.name }}.dmg
path: build/Release-${{env.FAUST_VERSION}}/faustgen-${{env.FAUSTGEN_VERSION}}-${{matrix.name}}.dmg
Expand Down Expand Up @@ -384,14 +384,14 @@ jobs:
7z a -tzip faustgen-${{env.FAUSTGEN_VERSION}}-${{ matrix.name }}.zip faustgen-${{env.FAUSTGEN_VERSION}}-${{ matrix.name }}
- name: Upload Faust installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Faust-${{env.FAUST_VERSION}}-${{matrix.name}}.exe
path: build/Faust-${{env.FAUST_VERSION}}-${{matrix.name}}.exe
if-no-files-found: error

- name: Upload faustgen~ artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: faustgen-${{env.FAUSTGEN_VERSION}}-${{ matrix.name }}.zip
path: embedded/faustgen/package/faustgen-${{env.FAUSTGEN_VERSION}}-${{ matrix.name }}.zip
Expand Down

0 comments on commit eb9c45c

Please sign in to comment.