|
71 | 71 | id: release_tag |
72 | 72 | run: | |
73 | 73 | echo "tag=${RELEASE%%.*}" >> "$GITHUB_OUTPUT" |
74 | | - echo "tag=${RELEASE}" >> "VERSION" |
| 74 | + echo "3P_WEBRTC_BUILD_RELEASE_VERSION=${RELEASE}" >> "VERSION" |
75 | 75 | - run: ./build.${{ matrix.name }}.sh "${{ steps.release_tag.outputs.tag }}_release" |
76 | 76 | - name: Upload Artifact |
77 | 77 | uses: actions/upload-artifact@v4 |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | id: release_tag |
116 | 116 | run: | |
117 | 117 | echo "tag=${RELEASE%%.*}" >> "$GITHUB_OUTPUT" |
118 | | - echo "tag=${RELEASE}" >> "VERSION" |
| 118 | + echo "3P_WEBRTC_BUILD_RELEASE_VERSION=${RELEASE}" >> "VERSION" |
119 | 119 | - run: ./build.${{ matrix.name }}.sh "${{ steps.release_tag.outputs.tag }}_release" |
120 | 120 | - name: Upload Artifact |
121 | 121 | uses: actions/upload-artifact@v4 |
@@ -150,18 +150,12 @@ jobs: |
150 | 150 | # - build-linux |
151 | 151 | runs-on: ubuntu-latest |
152 | 152 | steps: |
153 | | - - name: Checkout code |
154 | | - uses: actions/checkout@v4 |
155 | | - - name: Download ${{ matrix.name }} |
156 | | - uses: actions/download-artifact@v4 |
157 | | - with: |
158 | | - name: webrtc.${{ matrix.name }}.tar.bz2 |
159 | 153 | - name: Upload ${{ matrix.name }} Release Asset |
160 | 154 | |
161 | 155 | env: |
162 | 156 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
163 | 157 | with: |
164 | 158 | upload_url: ${{ github.event.release.upload_url }} |
165 | | - asset_path: webrtc.${{ matrix.name }}.tar.bz2/webrtc.tar.bz2 |
166 | | - asset_name: webrtc.${{ matrix.name }}.tar.bz2 |
| 159 | + asset_path: build/_package/${{ matrix.name }}/webrtc.tar.bz2 |
| 160 | + asset_name: webrtc.${{ github.ref_name }}.tar.bz2 |
167 | 161 | asset_content_type: application/bz2 |
0 commit comments