fx workflow 23
This commit is contained in:
@@ -5,6 +5,7 @@ jobs:
|
||||
build:
|
||||
runs-on: arch-latest
|
||||
branches:
|
||||
- 'master'
|
||||
- 'zx'
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ inputs }} event."
|
||||
@@ -27,10 +28,11 @@ jobs:
|
||||
- run: su - builder -c "curl -o PKGBUILD http://zxprj:3001/zx/bforce/raw/branch/${GITHUB_REF_NAME}/archlinux/PKGBUILD.ci"
|
||||
- run: su -w GITHUB_SHA,GITHUB_REF_NAME,GITHUB_REF_TYPE - builder -c makepkg
|
||||
- run: su - builder -c "ls -la"
|
||||
- run: mkdir bforce && cp /builder/bforce-*.pkg.tar.zst bforce
|
||||
- run: mkdir bforce && cp /builder/bforce-r*.pkg.tar.zst bforce
|
||||
- name: Try to upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bforce
|
||||
name: bforce-${GITHUB_SHA}
|
||||
path: bforce
|
||||
- run: echo "🍏 This job's status is ${{ github.state }}."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user