Skip to content

Commit

Permalink
chore(ci): try to publish through CI
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Mar 4, 2022
1 parent aae043c commit 9a0e41b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
yarn build:bundle
yarn build:linux:tar --publish never
yarn build:linux:appimage --publish never
yarn ci
- name: Pack Build Files
run: |
mkdir ~/Revolt-linux-AppImage
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
yarn build:bundle
yarn build:windows:nsis --publish never
yarn build:windows:appx --publish never
yarn ci
- name: Pack Build Files
run: |
mkdir D:\a\desktop\Revolt-windows
Expand Down Expand Up @@ -85,6 +87,7 @@ jobs:
run: |
yarn build:bundle
yarn build:mac --publish never
yarn ci
- name: Pack Build Files
run: |
mkdir ~/Revolt-macOS
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"watch:bundle": "tsc-watch",
"start": "electron .",
"eb": "electron-builder",
"ci": "electron-builder --publish onTagOrDraft",
"release": "dotenv -e .env electron-builder --publish always",
"build:linux:tar": "electron-builder -l tar.gz",
"build:linux:unpacked": "electron-builder -l dir",
Expand Down

0 comments on commit 9a0e41b

Please sign in to comment.