From bc2b4975ca93956a5d399a6f392b045d5f8f8e6b Mon Sep 17 00:00:00 2001 From: Kurt Lawrence Date: Sat, 15 Jan 2022 10:53:02 +1000 Subject: [PATCH] copy the built binary as `ogma` rather than `ogma-bin` --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ea17d05..6cc5aae6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - name: Copy files to output run: | - cp target/release/ogma-bin output/ogma + cp target/release/ogma output/ogma - name: Upload artifacts uses: actions/upload-artifact@v2 @@ -61,7 +61,7 @@ jobs: - name: Copy files to output run: | - cp target\release\ogma-bin.exe output\ogma.exe + cp target\release\ogma.exe output\ogma.exe - name: Upload artifacts uses: actions/upload-artifact@v2