-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c245a87
commit bededbe
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|