Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/pgo-build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v7
- run: GH_TOKEN=${{ github.token }} gh release delete ${{ needs.tag.outputs.tag }} --cleanup-tag
continue-on-error: true
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
target_commitish: ${{ github.sha }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
continue-on-error: true
- run: cd BuildAction/icelake-server+znver5/static && tar cJf Windows_x86-64_icelake-server+znver5.tar.xz SvtAv1EncApp.exe
if: ${{ steps.detect-icelake-server-znver5.outcome != 'failure' }}
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/icelake-server+znver5/static/Windows_x86-64_icelake-server+znver5.tar.xz
Expand All @@ -80,15 +80,15 @@ jobs:
continue-on-error: true
- run: cd BuildAction/znver2/static && tar cJf Windows_x86-64_znver2.tar.xz SvtAv1EncApp.exe
if: ${{ steps.detect-znver2.outcome != 'failure' }}
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/znver2/static/Windows_x86-64_znver2.tar.xz
if: ${{ steps.detect-znver2.outcome != 'failure' }}

- run: ls BuildAction/x86-64-v3+znver2/static/SvtAv1EncApp.exe
- run: cd BuildAction/x86-64-v3+znver2/static && tar cJf Windows_x86-64_x86-64-v3+znver2.tar.xz SvtAv1EncApp.exe
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/x86-64-v3+znver2/static/Windows_x86-64_x86-64-v3+znver2.tar.xz
Expand All @@ -110,7 +110,7 @@ jobs:

- run: ls BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static/SvtAv1EncApp.exe
- run: cd BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static && tar cJf Windows_arm64_armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1.tar.xz SvtAv1EncApp.exe
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static/Windows_arm64_armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1.tar.xz
Expand All @@ -132,7 +132,7 @@ jobs:
continue-on-error: true
- run: cd BuildAction/icelake-server+znver5/static && tar cJf Linux_x86-64_icelake-server+znver5.tar.xz SvtAv1EncApp
if: ${{ steps.detect-icelake-server-znver5.outcome != 'failure' }}
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/icelake-server+znver5/static/Linux_x86-64_icelake-server+znver5.tar.xz
Expand All @@ -143,15 +143,15 @@ jobs:
continue-on-error: true
- run: cd BuildAction/znver2/static && tar cJf Linux_x86-64_znver2.tar.xz SvtAv1EncApp
if: ${{ steps.detect-znver2.outcome != 'failure' }}
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/znver2/static/Linux_x86-64_znver2.tar.xz
if: ${{ steps.detect-znver2.outcome != 'failure' }}

- run: ls BuildAction/x86-64-v3+znver2/static/SvtAv1EncApp
- run: cd BuildAction/x86-64-v3+znver2/static && tar cJf Linux_x86-64_x86-64-v3+znver2.tar.xz SvtAv1EncApp
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/x86-64-v3+znver2/static/Linux_x86-64_x86-64-v3+znver2.tar.xz
Expand All @@ -170,7 +170,7 @@ jobs:

- run: ls BuildAction/armv8.5-a+simd+crypto+apple-m3/static/SvtAv1EncApp
- run: cd BuildAction/armv8.5-a+simd+crypto+apple-m3/static && tar cJf macOS_arm64_armv8.5-a+simd+crypto+apple-m3.tar.xz SvtAv1EncApp
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/armv8.5-a+simd+crypto+apple-m3/static/macOS_arm64_armv8.5-a+simd+crypto+apple-m3.tar.xz
Expand All @@ -189,7 +189,7 @@ jobs:

- run: ls BuildAction/skylake/static/SvtAv1EncApp
- run: cd BuildAction/skylake/static && tar cJf macOS_x86-64_skylake.tar.xz SvtAv1EncApp
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/skylake/static/macOS_x86-64_skylake.tar.xz
20 changes: 10 additions & 10 deletions .github/workflows/pgo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v7
- run: GH_TOKEN=${{ github.token }} gh release delete ${{ needs.tag.outputs.tag }} --cleanup-tag
continue-on-error: true
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
target_commitish: ${{ github.sha }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
continue-on-error: true
- run: cd BuildAction/icelake-server+znver5/static && tar cJf Windows_x86-64_icelake-server+znver5.tar.xz SvtAv1EncApp.exe
if: ${{ steps.detect-icelake-server-znver5.outcome != 'failure' }}
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/icelake-server+znver5/static/Windows_x86-64_icelake-server+znver5.tar.xz
Expand All @@ -78,15 +78,15 @@ jobs:
continue-on-error: true
- run: cd BuildAction/znver2/static && tar cJf Windows_x86-64_znver2.tar.xz SvtAv1EncApp.exe
if: ${{ steps.detect-znver2.outcome != 'failure' }}
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/znver2/static/Windows_x86-64_znver2.tar.xz
if: ${{ steps.detect-znver2.outcome != 'failure' }}

- run: ls BuildAction/x86-64-v3+znver2/static/SvtAv1EncApp.exe
- run: cd BuildAction/x86-64-v3+znver2/static && tar cJf Windows_x86-64_x86-64-v3+znver2.tar.xz SvtAv1EncApp.exe
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/x86-64-v3+znver2/static/Windows_x86-64_x86-64-v3+znver2.tar.xz
Expand All @@ -108,7 +108,7 @@ jobs:

- run: ls BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static/SvtAv1EncApp.exe
- run: cd BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static && tar cJf Windows_arm64_armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1.tar.xz SvtAv1EncApp.exe
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1/static/Windows_arm64_armv8.7-a+crypto+sm4+sha3+fp16+sve+sve2+oryon-1.tar.xz
Expand All @@ -130,7 +130,7 @@ jobs:
continue-on-error: true
- run: cd BuildAction/icelake-server+znver5/static && tar cJf Linux_x86-64_icelake-server+znver5.tar.xz SvtAv1EncApp
if: ${{ steps.detect-icelake-server-znver5.outcome != 'failure' }}
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/icelake-server+znver5/static/Linux_x86-64_icelake-server+znver5.tar.xz
Expand All @@ -141,15 +141,15 @@ jobs:
continue-on-error: true
- run: cd BuildAction/znver2/static && tar cJf Linux_x86-64_znver2.tar.xz SvtAv1EncApp
if: ${{ steps.detect-znver2.outcome != 'failure' }}
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/znver2/static/Linux_x86-64_znver2.tar.xz
if: ${{ steps.detect-znver2.outcome != 'failure' }}

- run: ls BuildAction/x86-64-v3+znver2/static/SvtAv1EncApp
- run: cd BuildAction/x86-64-v3+znver2/static && tar cJf Linux_x86-64_x86-64-v3+znver2.tar.xz SvtAv1EncApp
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/x86-64-v3+znver2/static/Linux_x86-64_x86-64-v3+znver2.tar.xz
Expand All @@ -168,7 +168,7 @@ jobs:

- run: ls BuildAction/armv8.5-a+simd+crypto+apple-m3/static/SvtAv1EncApp
- run: cd BuildAction/armv8.5-a+simd+crypto+apple-m3/static && tar cJf macOS_arm64_armv8.5-a+simd+crypto+apple-m3.tar.xz SvtAv1EncApp
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/armv8.5-a+simd+crypto+apple-m3/static/macOS_arm64_armv8.5-a+simd+crypto+apple-m3.tar.xz
Expand All @@ -187,7 +187,7 @@ jobs:

- run: ls BuildAction/skylake/static/SvtAv1EncApp
- run: cd BuildAction/skylake/static && tar cJf macOS_x86-64_skylake.tar.xz SvtAv1EncApp
- uses: softprops/action-gh-release@v3
- uses: softprops/action-gh-release@v3.0.1
with:
tag_name: ${{ needs.tag.outputs.tag }}
files: BuildAction/skylake/static/macOS_x86-64_skylake.tar.xz