Skip to content

Commit e25814c

Browse files
authored
Merge pull request #109 from Zondax/fix-ci
Add missing file on published build package
2 parents bbb423c + 746c91a commit e25814c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
env:
110110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
111111
with:
112+
files: ./app/pkg/installer_s.sh
112113
tag_name: ${{ steps.vars.outputs.tag_name }}
113114
draft: false
114115
prerelease: false

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/setup-node@v2
2020
with:
2121
node-version: '14.17.0'
22+
registry-url: "https://registry.npmjs.org"
23+
scope: "@zondax"
2224
- name: Install yarn
2325
run: npm install -g yarn
2426
- name: Build package

0 commit comments

Comments
 (0)