Unverified Commit 65d234ac authored by wukongdaily's avatar wukongdaily Committed by GitHub
Browse files

Update build-x86-64-23.05.4.yml

parent c2f6706a
...@@ -53,7 +53,7 @@ jobs: ...@@ -53,7 +53,7 @@ jobs:
echo "FIRMWARE_NAME=$firmware_name" >> $GITHUB_ENV echo "FIRMWARE_NAME=$firmware_name" >> $GITHUB_ENV
- name: Create GitHub Release Info - name: Create GitHub Release Info
uses: softprops/action-gh-release@master uses: softprops/action-gh-release@v2.1.0
with: with:
tag_name: Autobuild tag_name: Autobuild
name: ImmortWrt-x86-64-efi name: ImmortWrt-x86-64-efi
...@@ -70,7 +70,7 @@ jobs: ...@@ -70,7 +70,7 @@ jobs:
uses: softprops/action-gh-release@v2.1.0 uses: softprops/action-gh-release@v2.1.0
with: with:
tag_name: Autobuild tag_name: Autobuild
files: ${{ github.workspace }}/*.img.gz files: ${{ github.workspace }}/bin/targets/x86/64/*.img.gz
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
......
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