Skip to content

Commit

Permalink
test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
okibcn authored Jan 26, 2023
1 parent d596e34 commit 55b9734
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/Xbuild4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
description: 'Run the build with tmate debugging enabled true/false (default: false)'
required: false
default: 'false'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
build:
Expand Down Expand Up @@ -95,7 +97,7 @@ jobs:
./autogen.sh
- name: "🔧 Apply Portability Patches"
- name: "🔧 Apply Windows Portability Patches"
run: |
cd nano
##########################
Expand Down Expand Up @@ -344,4 +346,17 @@ jobs:
body_path: body.txt
# files: nano/*.7z
body: |
${{ env.BODY }}
${{ env.BODY }}
REPO=$GITHUB_REPOSITORY
TAG=$NANO_VERSION
NAME=$NANO_VERSION
BODY=$BODY
file=$(ls nano/*7z)
jq --null-input \
--arg tag "$TAG" \
--arg name "$NAME" \
--arg body "$BODY" \
'{ tag_name: $tag, name: $name, body: $body }')

0 comments on commit 55b9734

Please sign in to comment.