Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
maybe executable flag is also important to release artefact?
Browse files Browse the repository at this point in the history
  • Loading branch information
jerger committed Jun 29, 2020
1 parent b231fc5 commit 43497f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 43497f4

Please sign in to comment.