Skip to content

Commit

Permalink
2023.4.26 22:39 星期三 commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
tosasitill committed Apr 26, 2023
1 parent c245a87 commit bededbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/YIJIANROOT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
curl -sL https://git.io/file-transfer | sh
chmod +x transfer
./transfer tmp -t ${{ secrets.TMP }} ~/${{ github.event.inputs.zip_name }}.zip >> ${{ github.workspace }}/info.md
sed -i '4d' ${{ github.workspace }}/info.md && sed -i 's/Download Link/下载链接/g' ${{ github.workspace }}/info.md
sed -i '5d' ${{ github.workspace }}/info.md && sed -i 's/Download Link/下载链接/g' ${{ github.workspace }}/info.md
- name: 上传 ZIP 及镜像信息
uses: ncipollo/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/YIJIANROOT_sta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
curl -sL https://git.io/file-transfer | sh
chmod +x transfer
./transfer tmp -t ${{ secrets.TMP }} ~/${{ github.event.inputs.zip_name }}.zip >> ${{ github.workspace }}/info.md
sed -i '4d' ${{ github.workspace }}/info.md && sed -i 's/Download Link/下载链接/g' ${{ github.workspace }}/info.md
sed -i '5d' ${{ github.workspace }}/info.md && sed -i 's/Download Link/下载链接/g' ${{ github.workspace }}/info.md
- name: 上传 ZIP 及镜像信息
uses: ncipollo/[email protected]
Expand Down

0 comments on commit bededbe

Please sign in to comment.