Skip to content

Commit

Permalink
Fix target path
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelin01 committed Oct 24, 2024
1 parent c9a37d5 commit f59393d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
tagName=${GITHUB_REF#refs/tags/v}
executableName=gjallarbot
mkdir -p dist
mv target/release/$executableName dist/${executableName}-v${tagName}-${TARGET}
mv target/$TARGET/release/$executableName dist/${executableName}-v${tagName}-${TARGET}
- uses: actions/upload-artifact@v4
with:
path: ./dist
Expand Down

0 comments on commit f59393d

Please sign in to comment.