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 591994f commit 08307ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
- name: Build
run: |
npm install
gulp bundle:pack
unzip build/ui-bundle.zip
node_modules/.bin/gulp bundle:pack
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.3
with:
path: build/ui-bundle
path: build/
if-no-files-found: error

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



0 comments on commit 08307ea

Please sign in to comment.