Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
update all linux builds to use cross, s3-util to set public-read acl
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Jul 22, 2021
1 parent 68ad949 commit 97dbc95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
output: dsfc
use_cross: false
use_cross: true
experimental: false
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
Expand Down Expand Up @@ -158,12 +158,12 @@ jobs:
- name: Upload binaries to S3
run: |
s3-util upload dsfc-${{ matrix.target }}-$CI_REF_NAME.tgz target/dsfc-${{ matrix.target }}.tgz
s3-util upload --acl public-read dsfc-${{ matrix.target }}-$CI_REF_NAME.tgz target/dsfc-${{ matrix.target }}.tgz
- name: Upload deb packages to S3
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
s3-util upload dsfc-${{ matrix.target }}-$CI_REF_NAME.deb "target/${{ matrix.target }}/debian/*.deb"
s3-util upload --acl public-read dsfc-${{ matrix.target }}-$CI_REF_NAME.deb "target/${{ matrix.target }}/debian/*.deb"
- name: Attach build assets to release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit 97dbc95

Please sign in to comment.