test
This commit is contained in:
@@ -25,6 +25,7 @@ runs:
|
||||
steps:
|
||||
- run: |
|
||||
ls -al "${{ github.action_path }}"
|
||||
cp "${{ github.action_path }}/download-previous-artifact.js" "${{ github.workspace }}/__download-previous-artifact.js"
|
||||
shell: bash
|
||||
- name: "Download artifacts."
|
||||
uses: https://github.com/actions/github-script@v6
|
||||
@@ -35,6 +36,6 @@ runs:
|
||||
UNZIP_DIR: ${{ inputs.unzipDir }}
|
||||
with:
|
||||
script: |
|
||||
const script = require('${{ github.action_path }}/download-previous-artifact.js')
|
||||
const script = require('__download-previous-artifact.js')
|
||||
await script({github, context, core})
|
||||
shell: node
|
||||
|
||||
Reference in New Issue
Block a user