Skip to content

Commit

Permalink
update ci & license
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnMagnet committed Mar 3, 2024
1 parent 706970e commit 136ed71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/flutter-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
with:
name: release-artifacts
path: |
build/app/outputs/apk/*.apk
build/app/outputs/flutter-apk/*.apk
build/app
build/web
build/linux
Expand Down Expand Up @@ -99,7 +98,7 @@ jobs:
with:
name: release-artifacts
path: |
build/windows/x64/runner/Release/*.exe
build/windows/x64/runner/Release
release:
needs:
Expand All @@ -120,19 +119,12 @@ jobs:
run: |
tar -zcvf web.tar.gz web
tar -zcvf linux.tar.gz linux
tar -zcvf android.tar.gz app
tar -zcvf windows.tar.gz Release
- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Development Build"
files: |
*.apk
*.exe
Runner.app
*.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2024 DawnMagnet

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 136ed71

Please sign in to comment.