Skip to content

Commit

Permalink
Update npm-gulp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrew authored Sep 18, 2024
1 parent 6cae4ce commit 591994f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write
strategy:
matrix:
node-version: [22.8.0]
Expand All @@ -29,9 +30,18 @@ jobs:
run: |
npm install
gulp bundle:pack
unzip build/ui-bundle.zip
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.3
with:
path: build/*
path: build/ui-bundle
if-no-files-found: error

- name: Create Release
uses: ncipollo/release-action@v1.14.0
with:
artifacts: build/*



0 comments on commit 591994f

Please sign in to comment.