added chmod in github action file

This commit is contained in:
Vishal
2022-11-28 12:15:47 +05:30
parent f1ab310630
commit a1ebb4912b
2 changed files with 8 additions and 1 deletions

View File

@@ -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:

View File

@@ -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: