Skip to content

Commit

Permalink
build: prepare v1.3.0 release (#183)
Browse files Browse the repository at this point in the history
* 1.3.0

* build: prepare 1.3.0 release

Signed-off-by: Adam Setch <[email protected]>

* build: prepare 1.3.0 release

Signed-off-by: Adam Setch <[email protected]>

---------

Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy authored Sep 30, 2024
1 parent 21a970b commit 1c8c8a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Atlassify-dist-mac
path: dist/*
path: |
dist/*
!dist/**/*.dmg
overwrite: true

build-windows:
Expand All @@ -55,7 +57,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Atlassify-dist-win
path: dist/*
path: dist/
overwrite: true

build-linux:
Expand All @@ -78,5 +80,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Atlassify-dist-linux
path: dist/*
path: dist/
overwrite: true
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Atlassify-release-mac
path: dist/*
path: |
dist/*
!dist/**/*.dmg
overwrite: true

release-windows:
Expand All @@ -59,7 +61,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Atlassify-release-win
path: dist/*
path: dist/
overwrite: true

release-linux:
Expand All @@ -82,5 +84,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Atlassify-release-linux
path: dist/*
path: dist/
overwrite: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atlassify",
"version": "1.2.0",
"version": "1.3.0",
"description": "Atlassian notifications on your menu bar.",
"main": "build/main.js",
"scripts": {
Expand Down

0 comments on commit 1c8c8a1

Please sign in to comment.