-
Notifications
You must be signed in to change notification settings - Fork 6
35 lines (29 loc) · 685 Bytes
/
Copy pathcd.yml
File metadata and controls
35 lines (29 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: CD
on:
push:
branches:
- main
- gnome-48
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@v6
- name: Build
env:
DESTDIR: ${{ github.workspace }}
WORKSPACE: ${{ github.workspace }}
run: |
./build-aux/misc/ego.sh
- name: Upload
uses: actions/upload-artifact@v6
with:
name: valent@andyholmes.ca
path: ${{ github.workspace }}/valent@andyholmes.ca/*