chore: Update incus group/signing path (#14600)

This commit is contained in:
Joshua Powers 2024-01-19 07:22:06 -07:00 committed by GitHub
parent af08bc7509
commit 8cd487d052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -388,8 +388,8 @@ jobs:
at: '.'
- run: ./scripts/install_incus.sh
- run: cd tools/package_incus_test && go build
- run: ./tools/package_incus_test/package_incus_test --package $(find ./dist -name "*_amd64.deb")
- run: ./tools/package_incus_test/package_incus_test --package $(find ./dist -name "*.x86_64.rpm")
- run: sudo ./tools/package_incus_test/package_incus_test --package $(find ./dist -name "*_amd64.deb")
- run: sudo ./tools/package_incus_test/package_incus_test --package $(find ./dist -name "*.x86_64.rpm")
package-sign-windows:
machine:
image: ubuntu-2204:current
@ -403,7 +403,7 @@ jobs:
name: "Sign Windows Executables"
command: ./scripts/sign-windows.sh
- persist_to_workspace:
root: './build'
root: '.'
paths:
- 'dist'
package-sign-mac: