mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-05-02 16:30:29 +02:00
added new yml file
This commit is contained in:
parent
8ac5294b60
commit
8be75839f6
12
.github/workflows/dart.yml
vendored
12
.github/workflows/dart.yml
vendored
@ -53,18 +53,6 @@ jobs:
|
||||
- name: change permission to make it executible
|
||||
run: chmod 755 bin/nostr_console_elf64
|
||||
|
||||
- name: Generate Release Hashes
|
||||
uses: MCJack123/ghaction-Generate-Release-Hashes@v4
|
||||
with:
|
||||
hash-type: sha1
|
||||
file-name: linux_hash.txt
|
||||
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Linux asset hash
|
||||
path: linux_hash.txt
|
||||
|
||||
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
17
.github/workflows/post-release.yml
vendored
Normal file
17
.github/workflows/post-release.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: create release digests
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [ published]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
once:
|
||||
name: Creating digests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Digest
|
||||
uses: MCJack123/ghaction-generate-release-hashes@v1
|
||||
with:
|
||||
hash-type: sha1
|
||||
file-name: nostr_console_digests.txt
|
@ -13,7 +13,7 @@ homepage: https://github.com/vishalxl/nostr_console
|
||||
# reset notifications for dm
|
||||
# increased ininital delay and improved print ui for enc groups
|
||||
# adding hash support
|
||||
|
||||
|
||||
environment:
|
||||
sdk: '>=2.17.3 <3.0.0'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user