Skip to content

Commit 1076870

Browse files
author
Jordan Mance
committed
Fixing windows build
1 parent 15961aa commit 1076870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
echo "Setting release version to $VERSION"
217217
218218
mkdir -p ~/.aws
219-
cd cli/dist/__main__
219+
cd cli/
220220
221221
echo "Deploying windows figgy to s3://figgy-website/releases/cli/latest/windows/figgy.zip"
222222
aws s3 cp figgy.zip "s3://figgy-website/releases/cli/latest/windows/figgy.zip"

0 commit comments

Comments
 (0)