Skip to content

Commit

Permalink
WIP fix workflow syntax/nodejs installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Jul 25, 2023
1 parent 028e04b commit bf574df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
php-version: "8.1"
extensions: gd, xml, curl, mbstring, intl, gettext
tools: composer:v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install Gettext
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 bf574df

Please sign in to comment.