create workflow yml

This commit is contained in:
joshuaboud 2021-06-18 11:16:30 -03:00
parent 7882adba09
commit 897eeea1b5
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

13
.github/workflows/publish-packages.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Publish Packages
on:
push:
branches: [ build-package ]
jobs:
publish:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Package script
run: /root/packaging_scripts/package.py ${{github.workspace}}