Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Apr 19, 2024
1 parent 94d7941 commit f485d75
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@ jobs:
- name: Copy Protos
run: |
mkdir -p .tmp/include/conformance
mkdir -p .tmp/include/conformance/test_protos
mkdir -p .tmp/include/google/protobuf
cp ./protobuf-${{ needs.get-protobuf.outputs.version }}/conformance/conformance.proto .tmp/include/conformance
cp ./protobuf-${{ needs.get-protobuf.outputs.version }}/conformance/test_protos/test_messages*.proto .tmp/include/conformance/test_protos
cp ./protobuf-${{ needs.get-protobuf.outputs.version }}/conformance/test_protos/test_messages*.proto .tmp/include/google/protobuf
cp ./protobuf-${{ needs.get-protobuf.outputs.version }}/src/google/protobuf/test_messages*.proto .tmp/include/google/protobuf
- name: Zip Binary
Expand Down Expand Up @@ -143,10 +142,9 @@ jobs:
- name: Copy Protos
run: |
mkdir -p .tmp/include/conformance
mkdir -p .tmp/include/conformance/test_protos
mkdir -p .tmp/include/google/protobuf
cp ./protobuf-${{ needs.get-protobuf.outputs.version }}/conformance/conformance.proto .tmp/include/conformance
cp ./protobuf-${{ needs.get-protobuf.outputs.version }}/conformance/test_protos/test_messages*.proto .tmp/include/conformance/test_protos
cp ./protobuf-${{ needs.get-protobuf.outputs.version }}/conformance/test_protos/test_messages*.proto .tmp/include/google/protobuf
cp ./protobuf-${{ needs.get-protobuf.outputs.version }}/src/google/protobuf/test_messages*.proto .tmp/include/google/protobuf
- name: Zip Binary
Expand Down

0 comments on commit f485d75

Please sign in to comment.