Skip to content

Commit

Permalink
Add artifact step to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Apr 27, 2020
1 parent 5142aa3 commit 9460da1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Upload artifact
uses: actions/[email protected]
with:
name: playos-build
path: build
env:
CI: true
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ![PlayOS](./screenshots/logo.png) - Web Operating System 🚀

[![Discord Chat](https://img.shields.io/discord/605799122469126157.svg)](https://discord.gg/prWSGrZ) ![Dependencies](https://david-dm.org/FranklinWaller/PlayOS.svg)
![Node.js CI](https://github.com/Play-OS/PlayOS/workflows/Node.js%20CI/badge.svg)
[![Discord Chat](https://img.shields.io/discord/605799122469126157.svg)](https://discord.gg/prWSGrZ) ![Dependencies](https://david-dm.org/FranklinWaller/PlayOS.svg)

PlayOS gives users an easy way to access their apps, games, storage, data, notifications and more. It is accessible from any device that has an internet browser. This allows you to pick up from any app where you left off. This is done by synchronizing the state between devices. Giving users a seamless experience.

Expand Down

0 comments on commit 9460da1

Please sign in to comment.