Skip to content

Commit

Permalink
update readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Oct 30, 2022
1 parent 92572de commit e23ad91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2020 Abdud Dayan Adeeb
Copyright (c) 2022 Rahammetoela Toekiman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# README

A GitHub Action for building packages for ubuntu touch
A GitHub Action for building packages for Ubuntu Touch based on https://github.com/addnab/docker-run-action

## Usage

Expand All @@ -24,11 +24,16 @@ jobs:
with:
image: clickable/ci-16.04-${{ matrix.arch }}
run: |
cd /tmp/clickable_base; \
clickable build
- name: Upload .click package
uses: actions/[email protected]
with:
path: |
build/*/app/*.click
- name: Publish to Open Store
if: startsWith( github.ref, 'refs/tags/')
env:
ARCH: ${{ matrix.arch }}
OPENSTORE_KEY: ${{ secrets.OPENSTORE_KEY }}
run: clickable publish "* $(git log -1 --pretty=%B | head -1)" --apikey ${OPENSTORE_KEY}
```

0 comments on commit e23ad91

Please sign in to comment.