Skip to content

Commit

Permalink
ci: attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex4401 committed Nov 29, 2023
1 parent b9caa0a commit d7ec5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Compile scripts
run: npm run build
- name: Create packages
run: npm run package-dev
run: mkdir pkgs && npm run package-release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging-rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Compile scripts
run: npm run build
- name: Create packages
run: npm run package-release
run: mkdir pkgs && npm run package-release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d7ec5d3

Please sign in to comment.