Skip to content

Commit

Permalink
copy the built binary as ogma rather than ogma-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence committed Jan 15, 2022
1 parent fb72aaa commit bc2b497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bc2b497

Please sign in to comment.