File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 7474 name : csaf-validator-macos-arm64
7575 path : csaf-validator-macos-arm64
7676 - run : |
77- ls -R
77+ # just some magic to make the released files work with multiple platforms
78+ mv csaf-validator-linux-amd64/csaf-validator csaf-validator-linux-amd64/csaf-validator-linux-amd64
79+ mv csaf-validator-macos-arm64/csaf-validator csaf-validator-macos-arm64/csaf-validator-macos-arm64
7880 - name : Create Release
7981 id : create_release
8082 uses : softprops/action-gh-release@v2
8385 name : ${{ env.version }}
8486 draft : false
8587 prerelease : false
88+ fail_on_unmatched_files : true
8689 files : |
87- csaf-validator-linux-amd64/csaf-validator
88- csaf-validator-macos-arm64/csaf-validator
90+ csaf-validator-*/csaf-validator-*
You can’t perform that action at this time.
0 commit comments