Update norwegian translation and translate the Default text as well. #126
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: CI | |
on: | |
push: | |
branches: [main] | |
tags: | |
- '*' | |
pull_request: | |
permissions: | |
contents: write | |
jobs: | |
flatpak: | |
name: "Flatpak" | |
runs-on: ubuntu-latest | |
container: | |
image: bilelmoussaoui/flatpak-github-actions:gnome-45 | |
options: --privileged | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: 'true' | |
- uses: flatpak/flatpak-github-actions/[email protected] | |
with: | |
bundle: pwvucontrol.flatpak | |
manifest-path: build-aux/com.saivert.pwvucontrol.json | |
cache-key: flatpak-builder-${{ github.sha }} | |
- name: Release | |
uses: softprops/action-gh-release@v2 | |
if: startsWith(github.ref, 'refs/tags/') | |
with: | |
files: pwvucontrol.flatpak | |