Skip to content

Commit

Permalink
build ci without artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanan committed May 27, 2024
1 parent 0f86a21 commit 18f27b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/buildci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
# Build with npm
- name: Build with npm
run: npm run buildWebpackU
- name: Upload JAR artifact
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: collect action descriptor and npm build
path:
./action.yml
./bundle/
path: |
action.yml
bundle/

0 comments on commit 18f27b5

Please sign in to comment.