-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.8.11macos版本zip文件中没有执行文件 #3305
Comments
Maybe #3275 |
@KobeArthurScofield 就算修改action把它修了 感觉改名也不好 可能破坏一些软件的自动更新 要不考虑revert了 我手动补传一下? |
建议 revert, 反正原来 pr 里面提到的
|
看了下现在编译会连 commit tag 也加上 |
一般情况下 checkout 那节是这样的: - name: Checkout codebase
uses: actions/checkout@v4
这样默认就是指示读取这个分支当前的 commit 下的代码 加个 ref: - name: Checkout codebase
uses: actions/checkout@v4
with:
ref: main # 指向 main 分支目前最新 commit 的代码,或者改成 commit tag 来指定特定的 commit
一般想在 action 里面编译点什么特定的东西或者改了东西不想动原来的 commit 就会这么干
因为 checkout 的读取有时候会略为尴尬 |
好像出来的 SHA-256 不一样,文件大小倒是一样 这是 action file |
@KobeArthurScofield 不过咋还有 vcs.time,咋可能一样, |
那个是 git author date 只要 commit 能对上就行 |
|
|
感觉现在的 #3305 (comment) 不如之前的 #3305 (comment) ,之前的更容易找到对应的 commit 去 reproduce,不过先这样吧 |
@KobeArthurScofield |
如果要完美解决的话特制一份编译指定 commit 的就行 |
Integrity requirements
Version
Description
zip文件解压后只有以下四个文件:
geoip.dat
geosite.dat
LICENSE
README.md
Reproduction
下载最新的压缩包,解压
log
No response
The text was updated successfully, but these errors were encountered: