maybe executable flag is also important to release artefact?
This commit is contained in:
parent
b231fc5209
commit
43497f4cd3
1 changed files with 2 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
- name: build em
|
||||
run: |
|
||||
shadow-cljs release app
|
||||
chmod a+x mastodon-bot.js
|
||||
|
||||
- name: package release
|
||||
run: |
|
||||
|
|
Reference in a new issue