Skip to content

Commit

Permalink
# V2 Beta A
Browse files Browse the repository at this point in the history
## Removed
### Volume keys to configure
This was a pain, for some it doesn't work

## Added
### PreConfiged File
Each release file will have it's own config

### More Configs
12 Different Combinations Added. You can add mode under config/

### Fail Safe
No Idea on how well it'll work, but if the service file detects an incomplete start up of the last swapon, it will permenently disable itself.
To re-enable, it you have to re-install the module.

## Log File
is persistant now, but if you uninstall the module, it will get deleted
  • Loading branch information
janithcooray committed Oct 22, 2024
1 parent 55e81dd commit 7b58f87
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
release:
types: [published,created ]
types: [created ]

jobs:
build:
Expand All @@ -19,8 +19,10 @@ jobs:
chmod +x build.sh
./build.sh
- name: Upload ZIP files
uses: actions/upload-artifact@v3
- name: Upload Release Assets
uses: softprops/action-gh-release@v1
with:
name: release-zips
path: release/*.zip
tag: ${{ github.ref }} # Use the tag that triggered the workflow
files: release/*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7b58f87

Please sign in to comment.