try to add artifact to release release
This commit is contained in:
parent
e590ab8258
commit
a54193cd90
10
.github/workflows/AppImage.yaml
vendored
10
.github/workflows/AppImage.yaml
vendored
@ -3,9 +3,11 @@ name: AppImage for Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# Sequence of patterns matched against refs/tags
|
|
||||||
tags:
|
tags:
|
||||||
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
|
- "v*.*.*"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -21,10 +23,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: build
|
- name: Build AppImage
|
||||||
run: "nix build .#appImage"
|
run: "nix build .#appImage"
|
||||||
|
|
||||||
- name: Release with Notes
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: ./result/*.AppImage
|
files: ./result/*.AppImage
|
||||||
|
Loading…
Reference in New Issue
Block a user