Skip to content

Commit

Permalink
Screenshots in Readme (#4)
Browse files Browse the repository at this point in the history
* Update nodejs.yml

* Update nodejs.yml

* Update screenshots/main.png, screenshots/options.jpeg, README.md files
  • Loading branch information
AlexR1712 committed May 15, 2020
1 parent 4a18cf0 commit 197560f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -26,14 +26,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: Relese
draft: false
prerelease: false
filename: 'release.zip'
exclusions: '*.git* /*node_modules/* .editorconfig'
directory: 'build/'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Chrome Extension for Kimai
![Main](screenshots/main.png)
![Options](screenshots/options.jpeg)
Binary file added screenshots/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/options.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 197560f

Please sign in to comment.