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: autonomys/space-acres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 70b80e0c862bb7cfcd4c337637a8a6035cda5e3b
Choose a base ref
..
head repository: autonomys/space-acres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f28fc63720de32cdfb6cf2fcf7f13488b7bc686
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/release.yml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -301,7 +301,7 @@ jobs:
tool: cargo-wix
if: runner.os == 'Windows'

- name: Package and sign (Windows)
- name: Package (Windows)
run: |
Remove-Item target\wix\gtk4 -Recurse -Confirm:$false -ErrorAction SilentlyContinue