Workflows: Improve deploy and test workflow
This commit is contained in:
@ -41,6 +41,7 @@ jobs:
|
|||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
name: Elwig ${{ env.APP_VERSION }}
|
name: Elwig ${{ env.APP_VERSION }}
|
||||||
|
body: "**[Changelog](src/branch/main/CHANGELOG.md#v${{ env.APP_VERSION }})**"
|
||||||
files: |-
|
files: |-
|
||||||
Setup/bin/x64/Release/Elwig-${{ env.APP_VERSION }}.exe
|
Setup/bin/x64/Release/Elwig-${{ env.APP_VERSION }}.exe
|
||||||
- name: Upload to website
|
- name: Upload to website
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Test
|
name: Test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["**"]
|
paths: ["Elwig/**", "Tests/**", "Installer/Files/*.exe"]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
|
Reference in New Issue
Block a user