added new yml file

This commit is contained in:
Vishal 2022-12-01 00:16:30 +05:30
parent 8ac5294b60
commit 8be75839f6
3 changed files with 18 additions and 13 deletions

View File

@ -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
View 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

View File

@ -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'