mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-26 00:39:02 +01:00
Can only release when there is a tag
This commit is contained in:
parent
5a5759c691
commit
2d91b6bf48
1
.github/workflows/build-and-sign-macos.yml
vendored
1
.github/workflows/build-and-sign-macos.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
||||
xattr -lp hishtory-darwin-amd64 >> hishtory-darwin-amd64.xattr
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: |
|
||||
hishtory-darwin-arm64.xattr
|
||||
|
Loading…
Reference in New Issue
Block a user