Unverified Commit 016d1a29 authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

update release info step

parent 64c24022
......@@ -94,22 +94,12 @@ jobs:
else
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
......
......@@ -94,22 +94,12 @@ jobs:
else
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