Skip to content

Commit

Permalink
Edit release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Feb 15, 2024
1 parent 62b9043 commit 465b2e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
cd client && npm run build && npm run package
- name: Build Adapter FS Bridge
run: |
cd adapter-fs-bridge && npm run build && zip -r dist.zip dist
cd adapter-fs-bridge && npm i && npm run build && zip -r dist.zip dist
- name: Build Adapter Iron Harvest
run: |
cd adapter-iron-harvest && npm run build && zip -r dist.zip dist
cd adapter-iron-harvest && npm i && npm run build && zip -r dist.zip dist
- name: Build Adapter Warthog Websocket
run: |
cd adapter-warthog-websocket && npm run build && zip -r dist.zip dist
cd adapter-warthog-websocket && npm i && npm run build && zip -r dist.zip dist
- name: Deploy
uses: actions/create-release@v1
id: create_release
Expand Down

0 comments on commit 465b2e2

Please sign in to comment.