Skip to content

Commit

Permalink
chore(ci): fix aws s3 upload cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Swilder-M authored and ysfscream committed Aug 4, 2023
1 parent 1845de3 commit 778e62c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
tag=$tag \
filename=$var \
github_api_token=$(echo ${{ secrets.GITHUB_TOKEN }});
aws s3 cp --recursive $var s3://${{ secrets.AWS_S3_BUCKET }}/MQTTX/$tag/$var
done
cd ..
aws s3 cp --recursive dist_electron s3://${{ secrets.AWS_S3_BUCKET }}/MQTTX/$tag/

0 comments on commit 778e62c

Please sign in to comment.