Skip to content

Commit

Permalink
Update build windows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Dec 6, 2023
1 parent 8285f94 commit fbaebab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,6 @@ jobs:
cp ${{ env.dist }}.sha256 ${{ env.dist_versionless }}.sha256
ls -l
s3cmd put --acl-public desktop/liblantern.dylib "s3://lantern"
s3cmd put --acl-public ${{ env.dist }} ${{ env.update }} ${{ env.update }}.sha256 ${{ env.dist }}.sha256 ${{ env.dist_versionless }}.sha256 ${{ env.dist_versionless }} "s3://lantern"

0 comments on commit fbaebab

Please sign in to comment.