From eb48c07e5ea169d22058f29d0c15fae3cbd13d07 Mon Sep 17 00:00:00 2001 From: Janith Cooray Date: Tue, 22 Oct 2024 23:58:15 +0530 Subject: [PATCH] # V2 Beta A ## 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 --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77b52e8..7a3e2a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,5 +23,13 @@ jobs: uses: softprops/action-gh-release@v2 with: files: release/*.zip + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload Legacy Release Assets + uses: softprops/action-gh-release@v2 + with: + files: | + swapfile_mod.zip + lin_os_swap_mod.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file