File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - master
8+ paths :
9+ # Just run on main branch if "native" path changed.
10+ - " native/**"
11+ # Also run if this file changes.
12+ - " .github/workflows/release.yml"
813 tags :
9- - ' *'
14+ # Tags will always run.
15+ - " *"
16+ pull_request :
17+ paths :
18+ # In PRs we only run if this file changes.
19+ - " .github/workflows/release.yml"
20+ workflow_dispatch :
1021
1122jobs :
1223 build_release :
1526 strategy :
1627 fail-fast : false
1728 matrix :
18- nif : ["2.16", "2.15", "2.14" ]
29+ nif : ["2.16", "2.15"]
1930 job :
2031 - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
2132 - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
6475
6576 - name : Write SHA256 to the summary
6677 run : |
78+ echo "SHA256 for this artifact:" >> $GITHUB_STEP_SUMMARY
6779 echo "${{ steps.build-crate.outputs.file-sha256 }} ${{ steps.build-crate.outputs.file-name }}" >> $GITHUB_STEP_SUMMARY
6880
6981 - name : Publish archives and packages
You can’t perform that action at this time.
0 commit comments