mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-25 00:03:36 +02:00
hash in yml for linux
This commit is contained in:
parent
03ec28eb45
commit
8ac5294b60
13
.github/workflows/dart.yml
vendored
13
.github/workflows/dart.yml
vendored
@ -53,6 +53,19 @@ jobs:
|
|||||||
- name: change permission to make it executible
|
- name: change permission to make it executible
|
||||||
run: chmod 755 bin/nostr_console_elf64
|
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
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -12,7 +12,7 @@ homepage: https://github.com/vishalxl/nostr_console
|
|||||||
# still fixing notifications
|
# still fixing notifications
|
||||||
# reset notifications for dm
|
# reset notifications for dm
|
||||||
# increased ininital delay and improved print ui for enc groups
|
# increased ininital delay and improved print ui for enc groups
|
||||||
|
# adding hash support
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.17.3 <3.0.0'
|
sdk: '>=2.17.3 <3.0.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user