Skip to content

Commit

Permalink
Attempt to test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Mar 14, 2024
1 parent 6150f94 commit c8c613e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
target: ${{ matrix.target }}
checksum: sha256
token: ${{ secrets.GITHUB_TOKEN }}
dry_run: true

# Auth for the S3 upload
- name: Configure AWS Credentials
Expand All @@ -114,6 +115,7 @@ jobs:

# Copy from cargo target directory to S3 release bucket
- name: Upload binary to S3
if: startsWith(github.ref, 'refs/tags/v')
run: |
aws s3 cp target/${{ matrix.target }}/release/lading s3://lading-releases/${{ github.ref_name }}/${{ matrix.target }}/lading
Expand Down

0 comments on commit c8c613e

Please sign in to comment.