Skip to content

Commit

Permalink
variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Apr 12, 2024
1 parent 1381b87 commit c69a097
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
env:
GITHUB_TOKEN_PUBLIC_ACCESS: ${{ secrets.GITHUB_TOKEN }}
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
run : bin/build-all-and-upload build-and-upload ${{ matrix.image }} ${{ matrix.platform }} ${{ matrix.erlang_version }}
run : bin/build-all-and-upload build-and-upload ${{ matrix.image }} ${{ matrix.platform }} ${{ matrix.version }}
3 changes: 3 additions & 0 deletions bin/build-all-and-upload
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ when "missing-versions"
JSON.dump(to_build.take(256), $stdout)
warn "Result truncated to 256, actual missing versions: #{to_build.size}" if to_build.size > 256
when "build-and-upload"
if ARGV.size != 3
abort "#{File.basename $PROGRAM_NAME} build-and-upload <dist> <platform> <version>"
end
dist, platform, version = ARGV.shift(3)
system("depot", "build",
"--platform", "linux/#{platform}",
Expand Down

0 comments on commit c69a097

Please sign in to comment.