trial release

trial release

Update not.travis.yml
Add New Intro Image
Delete Intro Image.png
Add files via upload
Delete Intro Image.png
Add files via upload
Update README.md
Delete Intro-Image.png
Add files via upload
Update README.md

Former-commit-id: f1b2195b2f
This commit is contained in:
Agampreet Singh
2021-10-13 18:45:57 +05:30
parent f8f0026dc2
commit 95253ce88c
3 changed files with 32 additions and 1 deletions

31
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,31 @@
name: Build/release
on: push
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

BIN
Intro_Image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View File

@@ -1,4 +1,4 @@
<p align="center"><img src="https://github.com/agam778/Microsoft-Office-Electron/blob/main/Intro%20Image.png?raw=true" alt="Intro Image"></p>
<p align="center"><img src="https://github.com/agam778/Microsoft-Office-Electron/blob/main/Intro_Image.png?raw=true" alt="Intro Image"></p>
<p align="center">An Unofficial Microsoft Office Online Desktop Client made with Electron. Free of Cost.</p>