Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceshi committed Nov 22, 2023
1 parent 403ebb2 commit 6f33fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
working-directory: ${{github.workspace}}
shell: bash
run: |
md5sum angle-x64-windows-static-$UCRTVersion.7z > angle-x64-windows-static-$UCRTVersion.7z.md5
md5sum av_libglesv2-$UCRTVersion.7z > av_libglesv2-$UCRTVersion.7z.md5
md5sum angle-x64-windows-static-$UCRTVersion.7z > $_.md5
md5sum av_libglesv2-$UCRTVersion.7z > $_.md5
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6f33fc9

Please sign in to comment.