File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 66 gnu-tests :
77 permissions :
88 actions : read
9+ contents : write # Publish binaries instead of discarding
910
1011 name : Run GNU findutils tests
1112 runs-on : ubuntu-latest
4546 shell : bash
4647 run : |
4748 cd findutils
48- bash util/build-gnu.sh ||:
49+ bash util/build-gnu.sh
50+ install -Dm755 target/release/{find,xargs} -t findutils-x86_64-unknown-linux-gnu
51+ ZSTD_CLEVEL=19 tar --zstd -caf findutils-x86_64-unknown-linux-gnu.tar.zst findutils-x86_64-unknown-linux-gnu
52+ - name : Publish latest commit
53+ uses : softprops/action-gh-release@v2
54+ if : github.event_name == 'push' && github.ref == 'refs/heads/main'
55+ with :
56+ tag_name : latest-commit
57+ draft : false
58+ prerelease : true
59+ files : |
60+ findutils-x86_64-unknown-linux-gnu.tar.zst
61+ env :
62+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4963 - name : Extract testing info
5064 shell : bash
5165 run : |
You can’t perform that action at this time.
0 commit comments