Update .gitea/workflows/build.yml
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
|||||||
# script-file -> The key name which contains the output (saved by the step - see Publish JS Filename Step)
|
# script-file -> The key name which contains the output (saved by the step - see Publish JS Filename Step)
|
||||||
js-file: ${{ steps.publish-js-filename.outputs.script-file }}
|
js-file: ${{ steps.publish-js-filename.outputs.script-file }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Try manual hash
|
||||||
|
run: sha1sum -c package-lock.json
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
|
|||||||
Reference in New Issue
Block a user