|
|
|
@ -246,7 +246,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
package_and_upload_windows: |
|
|
|
package_and_upload_windows: |
|
|
|
name: Package & Upload Windows |
|
|
|
name: Package & Upload Windows |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: windows-latest |
|
|
|
needs: build_dotnet_windows |
|
|
|
needs: build_dotnet_windows |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Download dotnet artifacts |
|
|
|
- name: Download dotnet artifacts |
|
|
|
@ -255,6 +255,21 @@ jobs: |
|
|
|
name: dotnet-windows-build |
|
|
|
name: dotnet-windows-build |
|
|
|
path: dotnet-build |
|
|
|
path: dotnet-build |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Sign dotnet artifacts |
|
|
|
|
|
|
|
uses: azure/trusted-signing-action@v0 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} |
|
|
|
|
|
|
|
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }} |
|
|
|
|
|
|
|
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }} |
|
|
|
|
|
|
|
endpoint: https://eus.codesigning.azure.net/ |
|
|
|
|
|
|
|
trusted-signing-account-name: ArtifactSigning |
|
|
|
|
|
|
|
certificate-profile-name: ErsatzTV |
|
|
|
|
|
|
|
files-folder: ${{ github.workspace }}/dotnet-build |
|
|
|
|
|
|
|
files-folder-filter: main/ErsatzTV.exe,scanner/ErsatzTV.Scanner.exe |
|
|
|
|
|
|
|
file-digest: SHA256 |
|
|
|
|
|
|
|
timestamp-rfc3161: http://timestamp.acs.microsoft.com |
|
|
|
|
|
|
|
timestamp-digest: SHA256 |
|
|
|
|
|
|
|
|
|
|
|
- name: Download rust launcher |
|
|
|
- name: Download rust launcher |
|
|
|
uses: suisei-cn/actions-download-file@v1.3.0 |
|
|
|
uses: suisei-cn/actions-download-file@v1.3.0 |
|
|
|
with: |
|
|
|
with: |
|
|
|
|