Skip to content

Commit

Permalink
update path to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT committed Jan 12, 2024
1 parent cb55cb1 commit 5a4456e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_standalone_har_to_otel_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: '3.11.4'
cache: 'pip'
- name: "Install Dependencies"
run: pip install -r har-to-otel/requirements.txt
run: pip install -r requirements.txt
- name: "Build Binary"
run: "python -m PyInstaller --onefile har-to-otel/har-to-otel.py"
- name: "Upload Binary to S3"
Expand All @@ -53,7 +53,7 @@ jobs:
python-version: '3.11.4'
cache: 'pip'
- name: "Install Dependencies"
run: pip install -r har-to-otel/requirements.txt
run: pip install -r requirements.txt
- name: "Build Binary"
run: "python -m PyInstaller --onefile har-to-otel/har-to-otel.py"
- name: "Rename file"
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
run: "mv dist/har-to-otel dist/har-to-otel_darwin_x64"
- name: "Upload Binary to S3"
run: |
aws s3 cp dist/har-to-otel_darwin_x64 s3://${{ secrets.BUCKET_NAME }}/har-to-otel_darwin_x64_${{ inputs.version }}
aws s3 cp dist/har-to-otel_darwin_x64 s3://${{ secrets.BUCKET_NAME }}/har-to-otel_darwin_x64_${{ inputs.version }}

0 comments on commit 5a4456e

Please sign in to comment.