chore: Update alpha.yml workflow to use flat-manager v6.1 for uploading flatpak bundle

This commit is contained in:
Mauro Balades
2024-07-25 22:45:43 +02:00
parent 005398a20d
commit 3ce4bb8ecf
2 changed files with 10 additions and 3 deletions

View File

@@ -325,8 +325,10 @@ jobs:
run: find .
- name: Upload flatpak bundle
uses: actions/upload-artifact@v4
uses: flatpak/flatpak-github-actions/flat-manager@v6.1
with:
name: zen.flatpak
path: ./org.zen.browser.flatpak
repository: alpha
flat-manager-url: https://hub.flathub.org/
verbose: true
token: ${{ secrets.DEPLOY_KEY }}

View File

@@ -736,6 +736,11 @@ panelmultiview {
padding: 10px;
width: 100% !important;
}
&:active,
.zen-sidebar-panel-button:active {
transform: scale(0.99) !important;
}
}
#zen-workspaces-button {