ci: remove redundant checkout step for release; merge multiple outputs

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I64cbd7dfc64089c38bee4cffbbc279c96a6a6964
This commit is contained in:
raf 2026-03-07 11:13:43 +03:00
commit 83a7aac1c9
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -39,7 +39,7 @@ jobs:
GOARCH: ${{ matrix.goarch }}
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: watchdog-${{ matrix.goos }}-${{ matrix.goarch }}
path: watchdog-*
@ -50,12 +50,12 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- name: Download all artifacts
uses: actions/download-artifact@v8
with:
path: artifacts
pattern: watchdog-*
merge-multiple: true
- name: Create GitHub Release
uses: softprops/action-gh-release@v2