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: ...@@ -95,21 +95,11 @@ jobs:
echo -e "NO docker" echo -e "NO docker"
fi 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 - name: Upload ImmortalWrt as release assets
uses: softprops/action-gh-release@v2.1.0 uses: softprops/action-gh-release@v2.1.0
with: with:
tag_name: Autobuild-raspberrypi tag_name: Autobuild-raspberrypi
body_path: ${{ github.workspace }}/info.md
files: | files: |
${{ github.workspace }}/*.img.gz ${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256 ${{ github.workspace }}/*.sha256
......
...@@ -95,21 +95,11 @@ jobs: ...@@ -95,21 +95,11 @@ jobs:
echo -e "NO docker" echo -e "NO docker"
fi 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 - name: Upload ImmortalWrt as release assets
uses: softprops/action-gh-release@v2.1.0 uses: softprops/action-gh-release@v2.1.0
with: with:
tag_name: Autobuild-raspberrypi tag_name: Autobuild-raspberrypi
body_path: ${{ github.workspace }}/info.md
files: | files: |
${{ github.workspace }}/*.img.gz ${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256 ${{ 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