Skip to content

Commit

Permalink
do not build binaries twice berfore publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Aug 16, 2024
1 parent 61199cb commit 923eeb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
app-name: Small cross-platform utils
app-name-slug: 'small-cross-platform-packages'
notify-telegram: true
aws-publish-enable: true

node-version: '20.x'
golang-version: '1.22'
Expand Down
2 changes: 0 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ publish_packages() {
publish_package "${_bin_name}" "macosx" "aarch64"
}

./scripts/build.sh

publish_packages "guided-command"
publish_packages "sleep"
publish_packages "read-file-to-stdout-with-sleep"

0 comments on commit 923eeb5

Please sign in to comment.