Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
Saverio976 committed Nov 29, 2023
1 parent f72706c commit d1f4ddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ needs.release-create.outputs.release }} "./koaky.exe#koaky-windows.exe"
gh release upload ${{ needs.release-create.outputs.release }} "./koaky-exe.exe#koaky-windows.exe"
- name: Upload To Artifact
if: github.ref != 'refs/heads/main'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: make

- name: Rename
run: mv koaky koaky-linux
run: mv koaky-exe koaky-linux

- name: Upload To Release
if: github.ref == 'refs/heads/main'
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
run: make

- name: Rename
run: mv koaky koaky-macos
run: mv koaky-exe koaky-macos

- name: Upload To Release
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit d1f4ddb

Please sign in to comment.