gpt4 book ai didi

powershell - 如何使用GithubActions工作流调用PowerShell脚本?

转载 作者:行者123 更新时间:2023-12-04 00:44:34 24 4
gpt4 key购买 nike

我正在调用.\build.ps1,它似乎挂起了:

https://github.com/nblockchain/ZXing.Net.Xamarin/runs/232358091

我需要一些特别的东西吗?在AzureDevOps中,这是开箱即用的。

最佳答案

正如评论中所同意的那样,解决此问题的方法是指定要在您的Action文件中运行的shell。在您的情况下,您必须更改以下内容:

    - name: Build
run: |
.\build.ps1

至:
    - name: Build
shell: pwsh
run: |
.\build.ps1

有关 shell参数的可用值的更多详细信息,请引用 documentation

关于powershell - 如何使用GithubActions工作流调用PowerShell脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58061430/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com