Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gerardog/gsudo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bd34c35c2163249b63bb04152892de7c7b0f8dd4
Choose a base ref
..
head repository: gerardog/gsudo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5a8ad5f80ff01a777aecbc6959eeb05a40001960
Choose a head ref
Showing with 3 additions and 8 deletions.
  1. +3 −8 .github/workflows/release.yml
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -46,20 +46,15 @@ jobs:
[IO.File]::WriteAllBytes("$env:cert_path", $pfx_cert_byte)
- name: Code Sign
run: ./build/03-sign.ps1
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: Binaries
path: ./artifacts
- name: Package for GitHub Release
run: ./build/04-release-GitHub.ps1
- name: Remove the pfx
run: Remove-Item -path $env:cert_path
- name: Upload installer artifacts
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: Installer
path: ./artifacts/gsudoSetup.msi
name: Binaries
path: ./artifacts
- name: Create Release
uses: ncipollo/release-action@v1.11.1
with: