Skip to content

mio/dev-remove.sh: fix config_path: unbound variable #435

mio/dev-remove.sh: fix config_path: unbound variable

mio/dev-remove.sh: fix config_path: unbound variable #435

Workflow file for this run

name: makepkg
on:
push:
jobs:
pkgbuild:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: makepkg
id: makepkg
uses: edlanglois/pkgbuild-action@v1
- name: Upload Package Archive
uses: actions/upload-artifact@v3
with:
name: package
path: ${{ steps.makepkg.outputs.pkgfile0 }}