mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-03-27 02:01:51 +01:00
added chmod in github action file
This commit is contained in:
parent
f1ab310630
commit
a1ebb4912b
7
.github/workflows/dart.yml
vendored
7
.github/workflows/dart.yml
vendored
@ -49,6 +49,10 @@ jobs:
|
||||
- name: compile exe
|
||||
run: dart compile exe bin/nostr_console.dart --output bin/nostr_console_elf64
|
||||
|
||||
|
||||
- name: change permission to make it executible
|
||||
run: chmod bin/nostr_console_elf64
|
||||
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@ -120,6 +124,9 @@ jobs:
|
||||
- name: compile exe
|
||||
run: dart compile exe bin/nostr_console.dart --output bin/nostr_console_macOS
|
||||
|
||||
- name: change permission to make it executible
|
||||
run: chmod bin/nostr_console_macOS
|
||||
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
@ -6,7 +6,7 @@ homepage: https://github.com/vishalxl/nostr_console
|
||||
# Release 0.2.0-beta
|
||||
# added utils.dart
|
||||
# reply shortended
|
||||
|
||||
# chmod in actions
|
||||
|
||||
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user