blob: 50aa6ba7bea00d7cafa251dde6baf093d4acb6b7 [file] [log] [blame]
#!/bin/bash
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -e
set -x
set -o pipefail
# An auto-created directory whose content will ultimately be uploaded to CIPD.
# The commands below should output the built product to this directory.
PREFIX="$1"
mv UpdaterSetup_test.exe "$PREFIX"