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
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -41,10 +41,11 @@ jobs:
|
|||
- name: build em
|
||||
run: |
|
||||
shadow-cljs release app
|
||||
chmod a+x mastodon-bot.js
|
||||
|
||||
- name: package release
|
||||
run: |
|
||||
mkdir -p target/npm-build
|
||||
mkdir -p target/npm-build
|
||||
cp mastodon-bot.js target/npm-build/
|
||||
cp package.json target/npm-build/
|
||||
cp README.md target/npm-build/
|
||||
|
|
Reference in a new issue