Unverified Commit 5581748d authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

1、删除重复release info

2、更新 softprops/action-gh-release插件版本2.2.1
parent 016d1a29
......@@ -96,7 +96,7 @@ jobs:
fi
- name: Upload ImmortalWrt as release assets
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: Autobuild-raspberrypi
body_path: ${{ github.workspace }}/info.md
......
......@@ -96,7 +96,7 @@ jobs:
fi
- name: Upload ImmortalWrt as release assets
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: Autobuild-raspberrypi
body_path: ${{ github.workspace }}/info.md
......
......@@ -108,21 +108,12 @@ jobs:
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0
- name: Upload ImmortalWrt as release assets
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: Autobuild-GL-iNet
name: ImmortalWrt-GL-iNet
body_path: ${{ github.workspace }}/mediatek-filogic/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-GL-iNet
files: |
${{ github.workspace }}/*.bin
${{ github.workspace }}/*.sha256
......
......@@ -103,22 +103,13 @@ jobs:
sha256sum "$file" > "$file.sha256"
sha256sum -c "$file.sha256"
done
- name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild-23.05.4
name: ImmortWrt-Rockchip
body_path: ${{ github.workspace }}/info.md
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: Autobuild-23.05.4
name: ImmortWrt-Rockchip
body_path: ${{ github.workspace }}/info.md
files: |
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
......
......@@ -123,21 +123,12 @@ jobs:
sha256sum -c "$file.sha256"
done
- name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0
- name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: Autobuild
name: ImmortWrt-Rockchip
body_path: ${{ github.workspace }}/info.md
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild
files: |
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
......
......@@ -83,21 +83,12 @@ jobs:
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0
- name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: Autobuild-sunxi-cortexa53
name: ImmortalWrt-sunxi-cortexa53
body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild-sunxi-cortexa53
files: |
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
......
......@@ -84,22 +84,13 @@ jobs:
else
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild-sunxi-cortexa53
name: ImmortalWrt-sunxi-cortexa53
body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: Autobuild-sunxi-cortexa53
name: ImmortalWrt-sunxi-cortexa53
body_path: ${{ github.workspace }}/sunxi-cortexa53/info.md
files: |
${{ github.workspace }}/*.img.gz
${{ github.workspace }}/*.sha256
......
......@@ -90,21 +90,11 @@ jobs:
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild-x86-64
name: ImmortWrt-x86-64-efi
body_path: ${{ github.workspace }}/info.md
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: Autobuild-x86-64
body_path: ${{ github.workspace }}/info.md
files: |
${{ github.workspace }}/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz
${{ github.workspace }}/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz.sha256
......
......@@ -92,21 +92,11 @@ jobs:
echo -e "NO docker"
fi
- name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: Autobuild-x86-64
name: ImmortWrt-x86-64-efi
body_path: ${{ github.workspace }}/info.md
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.1
with:
tag_name: Autobuild-x86-64
body_path: ${{ github.workspace }}/info.md
files: |
${{ github.workspace }}/*squashfs-combined-efi.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