Skip to content

Commit

Permalink
r0b08x [chore] 12/21/2024, 4:52:47 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Dec 21, 2024
1 parent e5d25e9 commit f273b13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Install dependencies
run: |
npm install
rm -rf node_modules/cpu-features/
# - name: Decode and Install Certificates
# env:
# CERTIFICATE_P12_BASE64: ${{ secrets.CERTIFICATE_P12_BASE64 }}
Expand Down Expand Up @@ -97,7 +98,11 @@ jobs:
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm install
run: |
npm install
Remove-Item -Recurse -Force node_modules/cpu-features
shell: pwsh

- name: Build and package Windows app
run: npm run publish-windows
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-redis-ui",
"version": "2024.10.117",
"version": "2024.10.118",
"description": "📡 P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications",
"corifeus": {
"description-snap": "P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications",
Expand Down

0 comments on commit f273b13

Please sign in to comment.