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 5, 2023
1 parent a11db34 commit 293617a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
id: build_agents
working-directory: /home/runner/work/merlin-agent
run: |
pwd
make distro
VERSION=$(cat ./core/core.go |grep "var Version ="|cut -d"\"" -f2)
BUILD=$(git rev-parse HEAD)
make all
mv ./bin/$VERSION/$BUILD/merlinAgent-* .
- name: Build Merlin Agent DLL
id: build_agent_dll
Expand All @@ -60,7 +62,7 @@ jobs:
run: |
mkdir -p data/bin
cp /home/runner/work/merlin-agent/merlinAgent-* ./data/bin
cp /home/runner/work/merlin-agent-dll/merlinAgent.dll ./data/bin
cp /home/runner/work/merlin-agent-dll/merlin.dll ./data/bin
- name: Build Merlin CLI
id: build_cli
Expand Down

0 comments on commit 293617a

Please sign in to comment.