Skip to content

Commit

Permalink
release action'
Browse files Browse the repository at this point in the history
  • Loading branch information
dstanev-atvi committed Dec 18, 2023
1 parent d0ebdc6 commit 83e503d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,23 @@ jobs:
otel_sdk_build:
name: otel sdk build
runs-on: windows-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: setup
run: |
./ci/install_windows_bazelisk.ps1
- name: run otel_sdk_build.cmd
run: |
echo "build --disk_cache=c:/b/d" > ../top.bazelrc1
echo "common --repository_cache=c:/b/r" >> ../top.bazelrc
echo "startup --output_user_root=c:/b/u" >> ../top.bazelrc
type ../top.bazelrc
./otel_sdk_build.cmd
- name: release otel_sdk.zip
uses: ncipollo/[email protected]
with:
allowUpdates: true
replacesArtifacts: true
artifacts: ./otel_sdk.zip

# cmake_test:
# name: CMake test (without otlp-exporter)
Expand Down

0 comments on commit 83e503d

Please sign in to comment.