Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceshi committed Nov 23, 2023
1 parent fb8cdbb commit e0b0c1c
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,34 @@ jobs:
- name: Create MD5
working-directory: ${{github.workspace}}
shell: bash
run: |
md5sum angle-x64-windows-static-$UCRTVersion.7z > $_.md5
md5sum av_libglesv2-$UCRTVersion.7z > $_.md5
run: md5sum angle-x64-windows-static-$UCRTVersion.7z > $_.md5

- name: Create MD5
working-directory: ${{github.workspace}}
shell: bash
run: md5sum av_libglesv2-$UCRTVersion.7z > $_.md5

- name: List dir
working-directory: ${{github.workspace}}
shell: bash
run: ls -al .

- uses: actions/upload-artifact@v3
with:
name: angle-x64-windows-static-${{env.UCRTVersion}}.7z
path: angle-x64-windows-static-${{env.UCRTVersion}}.7z

- uses: actions/upload-artifact@v3
with:
name: angle-x64-windows-static-${{env.UCRTVersion}}.7z.md5
path: angle-x64-windows-static-${{env.UCRTVersion}}.7z.md5

- uses: actions/upload-artifact@v3
with:
name: av_libglesv2-${{env.UCRTVersion}}.7z
path: av_libglesv2-${{env.UCRTVersion}}.7z

- uses: actions/upload-artifact@v3
with:
name: av_libglesv2-${{env.UCRTVersion}}.7z.md5
path: av_libglesv2-${{env.UCRTVersion}}.7z.md5

0 comments on commit e0b0c1c

Please sign in to comment.