Skip to content

feat: release gnome-shell-extension-valent-1.0.0.alpha.47 #106

feat: release gnome-shell-extension-valent-1.0.0.alpha.47

feat: release gnome-shell-extension-valent-1.0.0.alpha.47 #106

Workflow file for this run

name: CD
on:
push:
branches:
- main
- gnome-44
workflow_dispatch:
permissions:
contents: read
jobs:
extension:
name: Extension
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository }}:${{ github.ref_name}}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
env:
DESTDIR: ${{ github.workspace }}
WORKSPACE: ${{ github.workspace }}
run: |
./build-aux/misc/ego.sh
- name: Upload
uses: actions/upload-artifact@v4
with:
name: valent@andyholmes.ca
path: ${{ github.workspace }}/valent@andyholmes.ca/*