Skip to content

Commit

Permalink
fix release path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jak2k committed Jan 2, 2024
1 parent eb1152e commit 1a82ed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nexara_quest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
target/release/nexara_quest_amd64
nexara_quest/target/release/nexara_quest_amd64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -50,7 +50,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/release/nexara_quest.exe
files: nexara_quest/target/release/nexara_quest.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -77,6 +77,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
target/release/nexara_quest_darwin
nexara_quest/target/release/nexara_quest_darwin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1a82ed6

Please sign in to comment.