Skip to content

Commit

Permalink
Uploading builds to github
Browse files Browse the repository at this point in the history
  • Loading branch information
YomoSK committed Jun 24, 2024
1 parent 38602d4 commit 3098b26
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
- uses: actions/setup-node@v4
name: Use Node.js
with:
node-version: '20.10'
- run: npm i
- run: npm run make
- uses: actions/upload-artifact@v4
name: Upload shipped build to GitHub
with:
name: yomea-win32-x64
path: out/yomea-win32-x64/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Yomea Project
Yomea is currently in development state, at this point only Windows builds are shipped. Of course, you can ship your own builds by cloning this repository on your own machine but i do not guarantee compatibility. Your PRs to this project are welcomed.

[Website](https://yomea.dev)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yomea",
"version": "0.0.2",
"version": "0.1.0",
"description": "Chromium-based, Electron-powered private web browser",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3098b26

Please sign in to comment.