mirror of
https://github.com/NotAShelf/watchdog.git
synced 2026-04-17 15:50:18 +00:00
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:
parent
417e3a2b0f
commit
83a7aac1c9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
GOARCH: ${{ matrix.goarch }}
|
GOARCH: ${{ matrix.goarch }}
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: watchdog-${{ matrix.goos }}-${{ matrix.goarch }}
|
name: watchdog-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||||
path: watchdog-*
|
path: watchdog-*
|
||||||
|
|
@ -50,12 +50,12 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
|
||||||
|
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v8
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
pattern: watchdog-*
|
||||||
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue