mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: fix release assets action artifact usages
This commit is contained in:
parent
0d74358592
commit
4cf15aa32f
2 changed files with 2 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -42,5 +42,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: |
|
||||
dist
|
||||
path: dist
|
||||
|
|
|
|||
1
.github/workflows/release-assets.yml
vendored
1
.github/workflows/release-assets.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
|
|
|
|||
Loading…
Reference in a new issue