Skip to content

Commit

Permalink
asldfkasd;
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Oct 12, 2023
1 parent 034fbd3 commit af11041
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/robotmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
- name: "Build Robotmk"
working-directory: robotmk/v2/rust/
run: cargo build --target=x86_64-pc-windows-gnu --release
# - name: 'Upload Artifact'
# working-directory: robotmk/v2/rust/
# uses: actions/upload-artifact@v3
# with:
# name: robotmk.exe
# path: target/x86_64-pc-windows-gnu/release/robotmk.exe
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: robotmk_collector.ps1
path: checkmk_extensions/agent/robotmk_collector.ps1
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ on:
workflow_call: {}

jobs:
build_rcc_from_source:
build_robotmk_collector:
runs-on: ubuntu-latest

steps:
- name: "Checkout repository"
uses: actions/checkout@v4
with:
repository: elabit/robotmk
ref: 610122edc937bfd74c4879cc85df365c9db437aa
path: robotmk

- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: robotmk_collector.ps1
path: LICENSE
path: checkmk_extensions/agent/robotmk_collector.ps1

0 comments on commit af11041

Please sign in to comment.