Fix SLSA releaser to specify required parameter path

This commit is contained in:
David Dworken 2023-11-03 22:42:52 -07:00
parent 92537a085c
commit dcd58fe27d
No known key found for this signature in database

View File

@ -140,18 +140,22 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: hishtory-darwin-arm64
path: hishtory-darwin-arm64
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: hishtory-darwin-amd64
path: hishtory-darwin-amd64
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: hishtory-darwin-arm64-unsigned
path: hishtory-darwin-arm64-unsigned
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: hishtory-darwin-amd64-unsigned
path: hishtory-darwin-amd64-unsigned
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')