Skip to content

Commit

Permalink
fix: update script and workflow
Browse files Browse the repository at this point in the history
Signed-off-by: danCrespo <117232080+danCrespo@users.noreply.github.com>
  • Loading branch information
danCrespo committed Sep 12, 2023
1 parent 4e955ca commit a5bfe7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/go_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
with:
name: go-calculator
path: /opt/artifacts
if-no-files-found: error

release:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build-package
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build_binary() {

case "${os_type}" in
Darwin | GNU/Linux)
output_path=/opt/artifacts
output_path=/opt/artifacts/go-calculator
;;
*)
echo -e "Unsupported OS. supported OS includes just: Linux and Darwin"
Expand Down

0 comments on commit a5bfe7e

Please sign in to comment.