parent
2aacd578f4
commit
328bcf1187
1 changed files with 5 additions and 2 deletions
|
@ -5,7 +5,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: git.snaile.de/snailed/xbps-builder:2024.4.2245
|
container: git.snaile.de/snailed/xbps-builder:2024.4.843
|
||||||
env:
|
env:
|
||||||
LICENSE: GPL-2.0
|
LICENSE: GPL-2.0
|
||||||
SHORT_DESCRIPTION: Customized dwm
|
SHORT_DESCRIPTION: Customized dwm
|
||||||
|
@ -14,7 +14,10 @@ jobs:
|
||||||
ARCH: x86_64
|
ARCH: x86_64
|
||||||
NAME: dwm-custom
|
NAME: dwm-custom
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
- name: Checkout
|
||||||
|
uses: https://code.forgejo.org/actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
- name: Generate and package name
|
- name: Generate and package name
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue