From 1f15948783a96f7984945bb874bbc7a4a4e02e6c Mon Sep 17 00:00:00 2001 From: blu3 Date: Tue, 4 Feb 2025 21:33:33 +0300 Subject: [PATCH 1/7] Bump --- .github/workflows/publish-tar.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-tar.yml b/.github/workflows/publish-tar.yml index fa551c8..362dd9e 100644 --- a/.github/workflows/publish-tar.yml +++ b/.github/workflows/publish-tar.yml @@ -1,4 +1,5 @@ name: Publish Tar + on: workflow_dispatch: inputs: @@ -17,8 +18,8 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v2 + - name: Checkout repository + uses: actions/checkout@v4 - name: Archive run: tar -cf archive.tar ./* @@ -29,7 +30,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 6425a479e135a2ea56bcd1b3e8322a9777ec16b1 Mon Sep 17 00:00:00 2001 From: blu3 Date: Tue, 4 Feb 2025 21:33:59 +0300 Subject: [PATCH 2/7] Setup --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1230149 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" From ed727a40553ed08090da9c43b6e30dbf8766ef44 Mon Sep 17 00:00:00 2001 From: blu3 Date: Tue, 4 Feb 2025 21:34:45 +0300 Subject: [PATCH 3/7] remove spcae --- .github/workflows/publish-tar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-tar.yml b/.github/workflows/publish-tar.yml index 362dd9e..f7ac297 100644 --- a/.github/workflows/publish-tar.yml +++ b/.github/workflows/publish-tar.yml @@ -36,7 +36,7 @@ jobs: with: files: archive.tar tag_name: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} - name: Release for Zen - ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} + name: Release for Zen - ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} body: | ### Release ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} - sha: `${{ github.sha }}` From ced9c0f69e14a226810a9d0a6ebd2dcd55075554 Mon Sep 17 00:00:00 2001 From: blu3 Date: Wed, 5 Feb 2025 14:19:32 +0300 Subject: [PATCH 4/7] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6af1aab..995a17c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# flatpak -📦 official flatpak packges for @zen-browser! +# Zen Browser Flatpak Packages + +📦 Official Flatpak packges for @zen-browser! From e24630938f21dafff0700a3db138b34040684b38 Mon Sep 17 00:00:00 2001 From: blu3 Date: Wed, 5 Feb 2025 14:20:20 +0300 Subject: [PATCH 5/7] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index c028d70..5d84ec8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Zen Browser +Copyright (c) 2025 Zen Browser Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 1a1fd4b9aaa4f4690897563fd7ab2b02941f3723 Mon Sep 17 00:00:00 2001 From: blu3 Date: Wed, 5 Feb 2025 14:20:51 +0300 Subject: [PATCH 6/7] Update --- .github/workflows/publish-tar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-tar.yml b/.github/workflows/publish-tar.yml index f7ac297..734909a 100644 --- a/.github/workflows/publish-tar.yml +++ b/.github/workflows/publish-tar.yml @@ -28,7 +28,7 @@ jobs: id: version run: echo "::set-output name=version::$(cat version)" - - name: Create Release + - name: Release id: create_release uses: softprops/action-gh-release@v2 env: From 6a0fee9ba3766c38fa0b10096732066b022dba2e Mon Sep 17 00:00:00 2001 From: blu3 Date: Wed, 5 Feb 2025 14:35:14 +0300 Subject: [PATCH 7/7] Create FUNDING.yml --- .github/FUNDING.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..625daa5 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +patreon: zen_browser +ko_fi: zen_browser