Skip to content

Commit cc1ad22

Browse files
committed
Fixing CI for the April 2022 Update pt II
1 parent 7f80718 commit cc1ad22

File tree

2 files changed

+3
-56
lines changed

2 files changed

+3
-56
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464
path: "build/output_packages/*.nupkg"
6565
if-no-files-found: warn
6666
retention-days: 1
67+
- name: Sign Packages
68+
if: ${{ github.repository == 'dotnet/Silk.NET' && startsWith(github.ref, 'refs/tags/') }}
69+
run: nuke SignPackages --sign-username "${{ secrets.SIGN_USERNAME }}" --sign-password "${{ secrets.SIGN_PASSWORD }}"
6770
- name: Push to Azure Experimental Feed
6871
if: ${{ github.repository == 'dotnet/Silk.NET' && github.event_name != 'pull_request' }}
6972
run: nuke PushToNuGet --skip Clean Restore Compile Pack --nuget-feed https://pkgs.dev.azure.com/UltzOS/Silk.NET/_packaging/Experimental/nuget/v3/index.json --nuget-username ${{ secrets.AZDO_ARTIFACTS_USERNAME }} --nuget-password ${{ secrets.AZDO_ARTIFACTS_TOKEN }} --nuget-api-key az
7073
- name: Push to GitHub Packages
7174
if: ${{ github.repository == 'dotnet/Silk.NET' && github.event_name != 'pull_request' }}
7275
run: nuke PushToNuGet --skip Clean Restore Compile Pack --nuget-feed https://nuget.pkg.github.com/dotnet/index.json --nuget-api-key ${{ secrets.GITHUB_TOKEN }}
73-
- name: Sign Packages
74-
if: ${{ github.repository == 'dotnet/Silk.NET' && startsWith(github.ref, 'refs/tags/') }}
75-
run: nuke SignPackages --sign-username "${{ secrets.SIGN_USERNAME }}" --sign-password "${{ secrets.SIGN_PASSWORD }}"
7676
- name: Upload Signed Artifacts to Actions
7777
if: ${{ github.repository == 'dotnet/Silk.NET' && startsWith(github.ref, 'refs/tags/') }}
7878
uses: actions/[email protected]

.github/workflows/deploy.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)