mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 20:07:52 +02:00
Fix SLSA releaser to specify required parameter path
This commit is contained in:
parent
92537a085c
commit
dcd58fe27d
4
.github/workflows/slsa-releaser.yml
vendored
4
.github/workflows/slsa-releaser.yml
vendored
@ -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/')
|
||||
|
Loading…
x
Reference in New Issue
Block a user