try to add artifact to release release

This commit is contained in:
Kristian Krsnik 2024-02-01 18:38:30 +01:00
parent e590ab8258
commit a54193cd90
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
1 changed files with 6 additions and 4 deletions

View File

@ -3,9 +3,11 @@ name: AppImage for Release
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- "v*.*.*"
permissions:
contents: write
jobs:
build:
@ -21,10 +23,10 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: build
- name: Build AppImage
run: "nix build .#appImage"
- name: Release with Notes
- name: Release
uses: softprops/action-gh-release@v1
with:
files: ./result/*.AppImage