mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-08-09 08:31:44 +02:00
added chmod in github action file
This commit is contained in:
7
.github/workflows/dart.yml
vendored
7
.github/workflows/dart.yml
vendored
@@ -49,6 +49,10 @@ jobs:
|
|||||||
- name: compile exe
|
- name: compile exe
|
||||||
run: dart compile exe bin/nostr_console.dart --output bin/nostr_console_elf64
|
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
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@@ -120,6 +124,9 @@ jobs:
|
|||||||
- name: compile exe
|
- name: compile exe
|
||||||
run: dart compile exe bin/nostr_console.dart --output bin/nostr_console_macOS
|
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
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@@ -6,7 +6,7 @@ homepage: https://github.com/vishalxl/nostr_console
|
|||||||
# Release 0.2.0-beta
|
# Release 0.2.0-beta
|
||||||
# added utils.dart
|
# added utils.dart
|
||||||
# reply shortended
|
# reply shortended
|
||||||
|
# chmod in actions
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user