Skip to content

Commit

Permalink
Merge pull request #3 from ellreka/ci/build-release
Browse files Browse the repository at this point in the history
chore: delete Release directory
  • Loading branch information
ellreka authored Jul 1, 2022
2 parents 58327e8 + 0b0b8fa commit d521744
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: Release/net.ellreka.slack-status.streamDeckPlugin
files: net.ellreka.slack-status.streamDeckPlugin
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
net.ellreka.slack-status.sdPlugin/*.js
*.log
*.zip
DS_Store
DS_Store
net.ellreka.slack-status.streamDeckPlugin
Binary file removed Release/net.ellreka.slack-status.streamDeckPlugin
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:pi": "esbuild ./src/pi.ts --bundle --outfile=./net.ellreka.slack-status.sdPlugin/pi.js --target=esnext",
"dev": "yarn concurrently \"yarn build:main --watch\" \"yarn build:pi --watch\"",
"build": "yarn build:main && yarn build:pi",
"build:release": "rm -f ./Release/* && ./bin/DistributionTool -b -i net.ellreka.slack-status.sdPlugin -o ./Release"
"build:release": "rm -f net.ellreka.slack-status.streamDeckPlugin && ./bin/DistributionTool -b -i net.ellreka.slack-status.sdPlugin -o ."
},
"devDependencies": {},
"dependencies": {
Expand Down

0 comments on commit d521744

Please sign in to comment.