Skip to content

Commit

Permalink
fix: fix github actions to point at right build path (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Kobernik <[email protected]>
  • Loading branch information
danielpeach and aelath authored Nov 10, 2023
1 parent 47cf7c6 commit 8683aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Upload release to S3
env:
AWS_REGION: "us-west-2"
run: aws s3 cp "$ASSET_NAME" "s3://armory-cli-releases/cli/${{ needs.setup.outputs.version }}/" --no-progress
run: aws s3 cp ./build/dist/${{ matrix.os }}_${{ matrix.arch }}/armory${{ matrix.ext }} "s3://armory-cli-releases/cli/${{ needs.setup.outputs.version }}/" --no-progress


# update-aurora-plugin:
Expand Down

0 comments on commit 8683aad

Please sign in to comment.