Skip to content

Commit

Permalink
Troubleshooting release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne0nd0g committed Nov 4, 2023
1 parent b316a5e commit 2fc6461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ jobs:
run: |
pwd
ls -la
ls -lah /
ls -lah /home/runner/work
- name: Checkout Merlin-Agent-DLL
id: checkout_merlin_agent_dll
uses: actions/checkout@v4
with:
repository: 'Ne0nd0g/merlin-agent-dll'
path: '/merlin-agent-dll'
path: 'merlin-agent-dll'

- name: Checkout Merlin CLI
id: checkout_merlin_cli
uses: actions/checkout@v4
with:
repository: 'Ne0nd0g/merlin-cli'
path: '/merlin-cli'
path: 'merlin-cli'

- name: Set up Go
id: setup_go
Expand All @@ -73,14 +73,14 @@ jobs:

- name: Build Merlin Agents
id: build_agents
working-directory: /merlin-agent
working-directory: /home/runner/work/merlin/merlin-agent
run: |
pwd
make distro
- name: Build Merlin Agent DLL
id: build_agent_dll
working-directory: /merlin-agent-dll
working-directory: /home/runner/work/merlin/merlin-agent-dll
run: make default

- name: Move Agents
Expand Down

0 comments on commit 2fc6461

Please sign in to comment.