Skip to content

Commit

Permalink
Refactor build process to update Linux binary paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitthi committed Sep 29, 2024
1 parent bf45c7c commit 139a6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
build/linux-gnu/aarch64-easy-proxy-linux-gnu
build/linux/aarch64-easy-proxy-linux-gnu
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: v${{ steps.extract_version.outputs.version }}
name: v${{ steps.extract_version.outputs.version }}

0 comments on commit 139a6e7

Please sign in to comment.