Skip to content

Commit

Permalink
[package-project] Download artifacts to the right path
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Nov 22, 2022
1 parent 88015df commit 8af61e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: packages-${{ matrix.dist }}-${{ matrix.arch }}
path: packages-${{ matrix.dist }}-${{ matrix.arch }}
- name: Upload
uses: jrl-umi3218/github-actions/upload-package@master
with:
Expand Down
2 changes: 1 addition & 1 deletion build-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ inputs:
required: true
default: ''
runs:
using: 'node12'
using: 'node16'
main: 'index.js'
2 changes: 1 addition & 1 deletion upload-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ inputs:
description: 'Cloudsmith API key'
required: true
runs:
using: 'node12'
using: 'node16'
main: 'index.js'

0 comments on commit 8af61e6

Please sign in to comment.