Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WallcroftUK authored May 21, 2023
1 parent c095761 commit ee7dd3d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,3 @@ jobs:
env:
Configuration: ${{ matrix.configuration }}

# Sign the application
- name: Sign the application
run: |
$pfx_cert = Get-Content '.\SigningCertificate.pfx' -Encoding Byte
[System.Convert]::ToBase64String($pfx_cert) | Out-File 'SigningCertificate_Encoded.txt'
# Package the application
- name: Package the application
run: |
echo "Packaging the application..."
# Add commands to package the application into the desired directory
# Upload artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: packaged-application
path: ./bin/Release # Replace with the actual path to the packaged application

0 comments on commit ee7dd3d

Please sign in to comment.