Skip to content

Commit

Permalink
0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jewels86 committed Jan 26, 2025
1 parent b76cb7e commit d9b4ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:

- name: Archive build artifacts
if: startsWith(matrix.platform, 'win32')
run: zip -r Topaz-win.zip dist/Topaz-win32-x64/
run: zip -r dist/Topaz-win.zip dist/Topaz-win32-x64/

- name: Archive build artifacts
if: startsWith(matrix.platform, 'linux')
run: zip -r Topaz-linux.zip dist/Topaz-linux-x64/
run: zip -r dist/Topaz-linux.zip dist/Topaz-linux-x64/

- name: Archive build artifacts
if: startsWith(matrix.platform, 'darwin')
run: zip -r Topaz-mac.zip dist/Topaz-darwin-x64/
run: zip -r dist/Topaz-mac.zip dist/Topaz-darwin-x64/

- name: Upload build artifacts
uses: actions/upload-artifact@v3
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": "topaz",
"version": "0.2.9",
"version": "0.2.10",
"description": "Seamlessly integrate your work and life with one powerful platform.",
"main": "main.js",
"devDependencies": {
Expand Down

0 comments on commit d9b4ebd

Please sign in to comment.