This commit is contained in:
blu3 2025-04-11 23:44:41 +02:00 committed by GitHub
commit 84af7cf16f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 8 deletions

2
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,2 @@
patreon: zen_browser
ko_fi: zen_browser

6
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

View file

@ -1,4 +1,5 @@
name: Publish Tar name: Publish Tar
on: on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
@ -17,8 +18,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Archive - name: Archive
run: tar -cf archive.tar ./* run: tar -cf archive.tar ./*
@ -27,15 +28,15 @@ jobs:
id: version id: version
run: echo "::set-output name=version::$(cat version)" run: echo "::set-output name=version::$(cat version)"
- name: Create Release - name: Release
id: create_release id: create_release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
files: archive.tar files: archive.tar
tag_name: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} 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: | body: |
### Release ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }} ### Release ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version || steps.version.outputs.version }}
- sha: `${{ github.sha }}` - sha: `${{ github.sha }}`

View file

@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -1,2 +1,3 @@
# flatpak # Zen Browser Flatpak Packages
📦 official flatpak packges for @zen-browser!
📦 Official Flatpak packges for @zen-browser!