This commit is contained in:
parent
8f5663981a
commit
033b36d1d1
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
go build -o wazuh-notifier-go .
|
go build -o wazuh-notifier-go .
|
||||||
|
|
||||||
- name: Upload wazuh-notify-go artifact
|
- name: Upload wazuh-notify-go artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wazuh-notifier-go-binary
|
name: wazuh-notifier-go-binary
|
||||||
path: wazuh-notify-go/wazuh-notifier-go
|
path: wazuh-notify-go/wazuh-notifier-go
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
go build -o wazuh-notifier-go-v2 .
|
go build -o wazuh-notifier-go-v2 .
|
||||||
|
|
||||||
- name: Upload wazuh-notify-go-v2 artifact
|
- name: Upload wazuh-notify-go-v2 artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wazuh-notifier-go-v2-binary
|
name: wazuh-notifier-go-v2-binary
|
||||||
path: wazuh-notify-go-v2/wazuh-notifier-go-v2
|
path: wazuh-notify-go-v2/wazuh-notifier-go-v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user