Update golang.yml

This commit is contained in:
DariusKlein 2024-06-10 15:09:10 +02:00 committed by GitHub
parent ec49876a95
commit d2e1e4ea65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,8 +21,11 @@ jobs:
with: with:
go-version: '1.22' go-version: '1.22'
- name: tset
run: ls -all
- name: Build - name: Build
run: go build -v wazuh-notify-go run: go build -v ./wazuh-notify-go
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2