Skip to content

TEST 2

TEST 2 #28

Workflow file for this run

---
name: "Build All"
on:
push:
paths:
- .github/workflows/build_all.yml
pull_request:
paths:
- .github/workflows/build_all.yml
jobs:
build_collector:
uses: SoloJacobs/test_ci/.github/workflows/robotmk_collector.yml@main
download:
runs-on: ubuntu-latest
needs: build_collector
steps:
- name: "Download All"
uses: actions/download-artifact@v3
- name: "Update Release"
uses: ncipollo/[email protected]
with:
name: "Daily Build"
allowUpdates: true
artifacts: robotmk_collector.ps1
replacesArtifacts: true
removeArtifacts: true
prerelease: true
artifactErrorsFailBuild: true
updateOnlyUnreleased: true
makeLatest: false