Unverified Commit 52c83aca authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update build-x86-64-23.05.4.yml

parent 37eeebad
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
- name: Create GitHub Release Info - name: Create GitHub Release Info
uses: softprops/action-gh-release@v2.1.0 uses: softprops/action-gh-release@v2.1.0
with: with:
tag_name: Autobuild tag_name: Autobuild-x86-64
name: ImmortWrt-x86-64-efi name: ImmortWrt-x86-64-efi
body_path: ${{ github.workspace }}/info.md body_path: ${{ github.workspace }}/info.md
draft: false draft: false
...@@ -53,7 +53,7 @@ jobs: ...@@ -53,7 +53,7 @@ jobs:
- name: Upload ImmortWrt as release assets - name: Upload ImmortWrt as release assets
uses: softprops/action-gh-release@v2.1.0 uses: softprops/action-gh-release@v2.1.0
with: with:
tag_name: Autobuild tag_name: Autobuild-x86-64
files: ${{ github.workspace }}/bin/targets/x86/64/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz files: ${{ github.workspace }}/bin/targets/x86/64/immortalwrt-23.05.4-x86-64-generic-squashfs-combined-efi.img.gz
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
......
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