Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-titan authored Feb 12, 2024
1 parent 6461669 commit a530022
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
os: windows-latest
name: oura-x86_64-pc-windows-msvc.zip

- target: aarch64-pc-windows-msvc
os: windows-latest
name: oura-aarch64-pc-windows-msvc.zip

runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
Expand Down Expand Up @@ -146,4 +142,4 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
AWS_BUCKET_NAME: ${{ secrets.AWS_BUCKET_NAME }}
BUCKET_PATH: "/"
DIST_LOCATION_CODE: oura-*/oura-*
DIST_LOCATION_CODE: ./oura*

0 comments on commit a530022

Please sign in to comment.