mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-05-05 09:50:39 +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
|
- 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
|
||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user