Skip to content

Commit

Permalink
github actions: build-zip: hold nodejs to v16.19.1 to prevent 'digita…
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 25, 2023
1 parent d0b7b8a commit 028e04b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: sudo apt-get install gettext
- name: Build full .zip
run: make release_zip
with:
node-version: 16.19.1
- name: Extract full .zip # workaround for https://github.com/actions/upload-artifact/issues/39, https://github.com/actions/upload-artifact/issues/248
run: mkdir Shaarli && unzip -d Shaarli shaarli-*-full.zip
- name: Upload full .zip as workflow artifact
Expand Down

0 comments on commit 028e04b

Please sign in to comment.