Skip to content

Commit

Permalink
Merge pull request #109 from Zondax/fix-ci
Browse files Browse the repository at this point in the history
Add missing file on published build package
  • Loading branch information
emmanuelm41 authored Aug 13, 2021
2 parents bbb423c + 746c91a commit e25814c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
files: ./app/pkg/installer_s.sh
tag_name: ${{ steps.vars.outputs.tag_name }}
draft: false
prerelease: false
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '14.17.0'
registry-url: "https://registry.npmjs.org"
scope: "@zondax"
- name: Install yarn
run: npm install -g yarn
- name: Build package
Expand Down

0 comments on commit e25814c

Please sign in to comment.