forked from btclock/btclock_v3
Fix release step
This commit is contained in:
parent
44a6c44e7a
commit
e44d686218
1 changed files with 6 additions and 2 deletions
|
@ -148,9 +148,13 @@ jobs:
|
||||||
- name: Download matrix outputs
|
- name: Download matrix outputs
|
||||||
uses: https://code.forgejo.org/forgejo/download-artifact@v4
|
uses: https://code.forgejo.org/forgejo/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
pattern: "build-*/**/*.bin,build-*/**/*.sha256"
|
pattern: build-*
|
||||||
merge-multiple: false
|
merge-multiple: false
|
||||||
path: release
|
path: temp
|
||||||
|
- name: Copy files
|
||||||
|
run: |
|
||||||
|
mkdir -p release
|
||||||
|
cp -t release temp/**/*.bin temp/**/*.sha256
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: https://code.forgejo.org/actions/forgejo-release@v2.4.0
|
uses: https://code.forgejo.org/actions/forgejo-release@v2.4.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue