Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 28, 2023
1 parent ab553c2 commit 574a8e5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,15 @@ jobs:
echo "node_pkg=${node_pkg}" >> "$GITHUB_ENV"
mkdir -p "${node_pkg}/bin"
envsubst < package.json.tmpl > "${node_pkg}/package.json"
cd "${node_pkg}"
- name: test
run: echo "$node_pkg"
- name: donwload artifact
uses: actions/download-artifact@v2
with:
name: ${{ matrix.target }}
path: homestar-runtime/npm/$node_pkg/bin
path: "homestar-runtime/npm/$node_pkg/bin"
- name: Display structure of downloaded files
run: ls -R
run: |
cd "homestar-runtime/npm/$node_pkg"
ls -R
Expand Down

0 comments on commit 574a8e5

Please sign in to comment.