mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Fix artifacts for new release action
This commit is contained in:
parent
cd8f4b77ab
commit
8000ed6c8c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -121,6 +121,8 @@ jobs:
|
|||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: ./artifacts
|
||||
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
@ -129,5 +131,5 @@ jobs:
|
|||
with:
|
||||
name: ${{ needs.init.outputs.version }}
|
||||
tag_name: v${{ needs.init.outputs.version }}
|
||||
files: lune-*
|
||||
files: ./artifacts/lune-**
|
||||
draft: true
|
||||
|
|
Loading…
Reference in a new issue