Skip to content

Commit

Permalink
build: Upload CI artifacts after build
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Jul 22, 2023
1 parent d580091 commit 9d47369
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Expand Up @@ -35,4 +35,10 @@ jobs:
PFX_KEY: ${{ secrets.NPLABS_WINDOWS_20210514_SIGNING_KEY }}
run: |
$pfxPath = Join-Path -Path $env:RUNNER_TEMP -ChildPath "cert.pfx";
nuget sign **\*.nupkg -CertificatePath $pfxPath -CertificatePassword $env:PFX_KEY -Timestamper http://timestamp.comodoca.com/rfc3161
nuget sign **\*.nupkg -CertificatePath "$pfxPath" -CertificatePassword "$env:PFX_KEY" -Timestamper http://timestamp.comodoca.com/rfc3161
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: windows-installer
path: |
Buttplug*/**/*.*nupkg

0 comments on commit 9d47369

Please sign in to comment.