Skip to content

Commit

Permalink
build: create the pkgs directory in package-tagged (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManagarmrWhisperer authored Jan 12, 2024
1 parent 9af89f3 commit e95191c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: mkdir pkgs && npm run package-release
run: npm run package-dev
- 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 @@ -24,7 +24,7 @@ jobs:
- name: Compile scripts
run: npm run build
- name: Create packages
run: mkdir pkgs && npm run package-release
run: npm run package-release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/package_tagged.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function _package_for() {
7za rn $TARBALL $MANIFEST manifest.json
}


mkdir -p pkgs/
npm run build
for target in chrome firefox; do
_package_for $target $1
Expand Down

0 comments on commit e95191c

Please sign in to comment.