Loading .github/workflows/release.yaml +2 −3 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ jobs: - name: Create release shell: bash run: | GH=gh_2.18.1_linux_amd64/bin/gh WINOUT=/storage/images/$BROMITE_SHA/win/x64/ VERSION=v$(cat ${{ env.OUTPUTFILE_ARM64 }}/RELEASE) Loading @@ -59,10 +58,10 @@ jobs: echo ${{ secrets.GITHUB_TOKEN }} | $GH auth login --with-token # echo "\`\`\`" >note echo "\`\`\`" >note # echo "this is not the official release of bromite but a test version." >>note # echo "you can try it at your own risk." >>note # echo "\`\`\`" >>note echo "\`\`\`" >>note $GH release create $VERSION-$BROMITE_SHA --notes-file note -d Loading Loading
.github/workflows/release.yaml +2 −3 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ jobs: - name: Create release shell: bash run: | GH=gh_2.18.1_linux_amd64/bin/gh WINOUT=/storage/images/$BROMITE_SHA/win/x64/ VERSION=v$(cat ${{ env.OUTPUTFILE_ARM64 }}/RELEASE) Loading @@ -59,10 +58,10 @@ jobs: echo ${{ secrets.GITHUB_TOKEN }} | $GH auth login --with-token # echo "\`\`\`" >note echo "\`\`\`" >note # echo "this is not the official release of bromite but a test version." >>note # echo "you can try it at your own risk." >>note # echo "\`\`\`" >>note echo "\`\`\`" >>note $GH release create $VERSION-$BROMITE_SHA --notes-file note -d Loading