"...git@developer.sourcefind.cn:tsoc/superbenchmark.git" did not exist on "b795477e367f03af71250cc1f029db813526e1d2"
Unverified Commit 016d1a29 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

update release info step

parent 64c24022
......@@ -95,21 +95,11 @@ jobs:
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild-raspberrypi
name: immortalwrt-raspberrypi
body_path: ${{ github.workspace }}/info.md
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload ImmortalWrt as release assets
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild-raspberrypi
body_path: ${{ github.workspace }}/info.md
files: |
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
......
......@@ -95,21 +95,11 @@ jobs:
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild-raspberrypi
name: immortalwrt-raspberrypi
body_path: ${{ github.workspace }}/info.md
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload ImmortalWrt as release assets
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild-raspberrypi
body_path: ${{ github.workspace }}/info.md
files: |
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment