Skip to content

Commit

Permalink
Merge branch 'develop' into build/executables
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed May 6, 2024
2 parents 175a1b9 + d6af5ee commit 2c895e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
-H "Content-Type: multipart/form-data" \
-F "secret=${{ secrets.SECRET_KEY }}" \
-F "version=$(./executable/commanddash-linux version)" \
-F "minimum_client_version=$(./executable/commanddash-linux min_cli_version)" \
-F "minimum_client_version=$(./executable/commanddash-linux min_client_version)" \
-F "windows_binary=@executable/commanddash-windows.exe" \
-F "macos_binary=@executable/commanddash-mac" \
-F "linux_binary=@executable/commanddash-linux"

0 comments on commit 2c895e0

Please sign in to comment.