Skip to content

Commit

Permalink
change the upload artifact folder to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Oct 11, 2023
1 parent 7f6e0e0 commit 22cfe34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
- name: Build for Linux
if: startsWith(matrix.os, 'ubuntu')
run: npm run build:linux
- name: Create upload directory
run: mkdir -p release
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: release_on_${{ matrix.os }}
path: release/
path: dist/
retention-days: 5

0 comments on commit 22cfe34

Please sign in to comment.