A bit flair on the play button using tertiary, and fix album arts tha… #138
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy | |
on: | |
push: | |
branches: [main] | |
jobs: | |
deploy: | |
uses: tau-OS/github-actions/.github/workflows/deploy-flatpak.yml@main | |
with: | |
manifestPath: com.fyralabs.Victrola.json | |
secrets: | |
managerToken: ${{ secrets.FLATPAK_REPO_TOKEN }} |