mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-03-27 02:01:51 +01: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
|
||||
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
|
||||
with:
|
||||
|
@ -12,7 +12,7 @@ homepage: https://github.com/vishalxl/nostr_console
|
||||
# still fixing notifications
|
||||
# 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