mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Merge pull request #567 from DJ2LS/dependabot/github_actions/actions/upload-artifact-4
This commit is contained in:
commit
28bf27b2f0
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build_multiplatform.yml
vendored
10
.github/workflows/build_multiplatform.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
- name: LIST ALL FILES ${{ github.workspace }}
|
- name: LIST ALL FILES ${{ github.workspace }}
|
||||||
run: ls -R ${{ github.workspace }}
|
run: ls -R ${{ github.workspace }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{startsWith(matrix.platform.name, 'native') }}
|
if: ${{startsWith(matrix.platform.name, 'native') }}
|
||||||
with:
|
with:
|
||||||
name: libcodec2_${{ matrix.os }}_${{ matrix.platform.name }}.${{ matrix.libcodec2_filetype }}
|
name: libcodec2_${{ matrix.os }}_${{ matrix.platform.name }}.${{ matrix.libcodec2_filetype }}
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
make
|
make
|
||||||
mv src/libcodec2.${{ matrix.platform.file }} ../tempfiles/libcodec2_${{ matrix.platform.name }}_${{ matrix.architecture }}.${{ matrix.platform.file }}
|
mv src/libcodec2.${{ matrix.platform.file }} ../tempfiles/libcodec2_${{ matrix.platform.name }}_${{ matrix.architecture }}.${{ matrix.platform.file }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{startsWith(matrix.os, 'ubuntu-20') && !startsWith(matrix.platform.name, 'native') }}
|
if: ${{startsWith(matrix.os, 'ubuntu-20') && !startsWith(matrix.platform.name, 'native') }}
|
||||||
with:
|
with:
|
||||||
name: libcodec2_${{ matrix.os }}_${{ matrix.platform.name }}_${{ matrix.architecture }}.${{ matrix.platform.file }}
|
name: libcodec2_${{ matrix.os }}_${{ matrix.platform.name }}_${{ matrix.architecture }}.${{ matrix.platform.file }}
|
||||||
|
@ -181,7 +181,7 @@ jobs:
|
||||||
# ${PWD}/artifacts on the host.
|
# ${PWD}/artifacts on the host.
|
||||||
run: ls -al "${PWD}/artifacts"
|
run: ls -al "${PWD}/artifacts"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.libcodec2_os_name }}
|
name: ${{ matrix.libcodec2_os_name }}
|
||||||
#path: $GITHUB_WORKSPACE/codec2/artifacts/*
|
#path: $GITHUB_WORKSPACE/codec2/artifacts/*
|
||||||
|
@ -396,7 +396,7 @@ jobs:
|
||||||
run: ls -R
|
run: ls -R
|
||||||
|
|
||||||
#- name: Upload Modem artifacts
|
#- name: Upload Modem artifacts
|
||||||
# uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v4
|
||||||
# if: ${{!startsWith(github.ref, 'refs/tags/v')}}
|
# if: ${{!startsWith(github.ref, 'refs/tags/v')}}
|
||||||
# with:
|
# with:
|
||||||
# name: ${{ matrix.zip_name }}.zip
|
# name: ${{ matrix.zip_name }}.zip
|
||||||
|
@ -404,7 +404,7 @@ jobs:
|
||||||
# path: ./modem/dist/modem/${{ matrix.zip_name }}.zip#
|
# path: ./modem/dist/modem/${{ matrix.zip_name }}.zip#
|
||||||
|
|
||||||
#- name: Upload App bundle artifacts
|
#- name: Upload App bundle artifacts
|
||||||
# uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v4
|
||||||
# if: ${{!startsWith(github.ref, 'refs/tags/v')}}
|
# if: ${{!startsWith(github.ref, 'refs/tags/v')}}
|
||||||
# with:
|
# with:
|
||||||
# name: app_bundle_${{ matrix.os }}.zip
|
# name: app_bundle_${{ matrix.os }}.zip
|
||||||
|
|
Loading…
Reference in a new issue