File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,15 @@ jobs:
2727 path : ./artifacts
2828
2929 - name : Display structure of downloaded files
30- run : ls -R
30+ run : ls -lahR
3131 working-directory : ./artifacts
3232
3333 - name : Create Release
3434 uses : softprops/action-gh-release@v1
3535 if : startsWith(github.ref, 'refs/tags/v')
3636 with :
37- files : ./artifacts/*.zip
37+ files : ./artifacts/*/codam-web-greeter-*.zip
38+ fail_on_unmatched_files : true
3839 tag_name : ${{ github.ref }}
3940 name : codam-web-greeter ${{ github.ref_name }}
4041 generate_release_notes : true
Original file line number Diff line number Diff line change 5454 uses : actions/upload-artifact@v4
5555 with :
5656 name : relzip-codam-web-greeter-${{ matrix.theme }}-${{ matrix.boxed }}
57- path : codam-web-greeter.zip
57+ path : codam-web-greeter-${{ matrix.theme }}-${{ matrix.boxed }} .zip
5858 retention-days : 1
You can’t perform that action at this time.
0 commit comments