Skip to content

Commit

Permalink
bump version to 125.6422.06 (#29)
Browse files Browse the repository at this point in the history
* bump version to 125.6422.06

* fix github actions
  • Loading branch information
davidliu authored Oct 31, 2024
1 parent 6918908 commit 3f144c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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: build/_package/${{ matrix.name }}/webrtc.tar.gz
Expand All @@ -137,7 +137,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/.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
2 changes: 1 addition & 1 deletion build/.github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- run: cp VERSION.head VERSION
- run: ./build.${{ matrix.name }}.sh
- 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
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 3f144c5

Please sign in to comment.