Skip to content

Commit

Permalink
upload to s3 step
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jan 29, 2025
1 parent 928a40b commit f16b23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ jobs:
# Linux
mv ${{ env.linux_dist_source }} ${{ env.linux_dist }}
mv -f lantern-installer-x64.rpm ${{ env.prefix }}.rpm
cp ${{ env.linux_dist }} ${{ env.linux_dist_versionless }}
shasum -a 256 ${{ env.linux_dist }} | cut -d " " -f 1 > ${{ env.linux_dist }}.sha256
Expand Down

0 comments on commit f16b23f

Please sign in to comment.