File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 7979
8080 - name : Archive build
8181 run : |
82- outdir=build/${{ matrix.unity }}/${{ matrix.target }}
83- zip -r "$outdir.zip" "$outdir"
82+ zip -r build-${{ matrix.unity }}-${{ matrix.target }}.zip ./build
8483
8584 - name : Upload to GitHub Release
8685 if : github.event_name == 'release'
8988 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9089 with :
9190 upload_url : ${{ github.event.release.upload_url }}
92- asset_path : build/ ${{ matrix.unity }}/ ${{ matrix.target }}.zip
91+ asset_path : build- ${{ matrix.unity }}- ${{ matrix.target }}.zip
9392 asset_name : build-${{ matrix.unity }}-${{ matrix.target }}.zip
9493 asset_content_type : application/zip
9594
9897 uses : actions/upload-artifact@v4
9998 with :
10099 name : build-${{ matrix.unity }}-${{ matrix.target }}
101- path : build/${{ matrix.unity }}/${{ matrix.target }}
100+ path : build/
You can’t perform that action at this time.
0 commit comments