test release #5
@@ -142,6 +142,18 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download Windows Artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: windows
|
||||
path: build/windows
|
||||
|
||||
- name: Download Linux Artifact
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: linux
|
||||
path: build/linux
|
||||
|
||||
- name: Extract version and body from CHANGELOG
|
||||
id: changelog
|
||||
run: |
|
||||
@@ -181,5 +193,5 @@ jobs:
|
||||
draft: false
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
files: |
|
||||
build/linux
|
||||
build/windows
|
||||
build/windows/${{ env.EXPORT_NAME }}.exe
|
||||
build/linux/${{ env.EXPORT_NAME }}.x86_64
|
||||
|
||||
Reference in New Issue
Block a user