Skip to content

Commit

Permalink
Artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Oct 12, 2023
1 parent 96a695f commit 9b26fdc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
- .github/workflows/build_all.yml

jobs:
build_robotmk:
uses: SoloJacobs/test_ci/.github/workflows/robotmk.yml@main
build_rcc:
uses: SoloJacobs/test_ci/.github/workflows/rcc.yml@main
# build_robotmk:
# uses: SoloJacobs/test_ci/.github/workflows/robotmk.yml@main
# build_rcc:
# uses: SoloJacobs/test_ci/.github/workflows/rcc.yml@main
build_collector:
uses: SoloJacobs/test_ci/.github/workflows/robotmk_collector.yml@main
release:
runs-on: ubuntu-latest
needs: [build_collector]
needs: [build_collector] #, build_rcc, build_robotmk]
steps:
- name: "Download All"
uses: actions/download-artifact@v3
Expand All @@ -30,7 +30,7 @@ jobs:
with:
name: "Daily Build"
allowUpdates: true
artifacts: "robotmk_collector.ps1"
artifacts: "./artifact/robotmk_collector.ps1"
replacesArtifacts: true
removeArtifacts: true
prerelease: true
Expand Down

0 comments on commit 9b26fdc

Please sign in to comment.