Skip to content

Commit

Permalink
bump version to 125.6422.06
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Oct 31, 2024
1 parent 6918908 commit e862313
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
Get-PSDrive
- run: "& .\\build.${{ matrix.name }}.ps1 \"${{ github.event.inputs.commitHash }}\""
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: webrtc.${{ matrix.name }}.zip
path: _package\${{ matrix.name }}\webrtc.zip
Expand All @@ -65,7 +65,7 @@ jobs:
run: sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer
- run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: webrtc.${{ matrix.name }}.tar.gz
path: _package/${{ matrix.name }}/webrtc.tar.gz
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
df -h
- run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
- name: Upload Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: webrtc.${{ matrix.name }}.tar.gz
path: _package/${{ matrix.name }}/webrtc.tar.gz
Expand All @@ -125,7 +125,7 @@ jobs:
shell: bash
run: echo "UPLOAD_URL='${{ steps.create_release.outputs.upload_url }}'" > create-release.env
- name: Upload create-release Environment
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: create-release.env
path: create-release.env
Expand Down
8 changes: 4 additions & 4 deletions build/VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WEBRTC_BUILD_VERSION=125.6422.05.0
WEBRTC_VERSION=125.6422.05
WEBRTC_READABLE_VERSION=M125.6422@{#5}
WEBRTC_COMMIT=14db92e4131185f5d80023cfe60e3fd5c15a897b
WEBRTC_BUILD_VERSION=125.6422.06.0
WEBRTC_VERSION=125.6422.06
WEBRTC_READABLE_VERSION=M125.6422@{#6}
WEBRTC_COMMIT=543121ba1cd47780e92d48546b880333265b37b5

0 comments on commit e862313

Please sign in to comment.