File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 cmake --build build
2929 cd build && cpack
3030 - name : Upload artifacts
31- uses : actions/upload-artifact@v3
31+ uses : actions/upload-artifact@v4
3232 with :
3333 name : linux-${{ matrix.arch }}
3434 path : build/*.tar.gz
4747 cd build
4848 cpack -C Release
4949 - name : Upload artifacts
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : windows-${{ matrix.arch }}
5353 path : build/*.zip
6666 cd build
6767 cpack -C Release
6868 - name : Upload artifacts
69- uses : actions/upload-artifact@v3
69+ uses : actions/upload-artifact@v4
7070 with :
7171 name : windows-${{ matrix.arch }}
7272 path : build/*.zip
8181 cmake --build build
8282 cd build && cpack
8383 - name : Upload artifacts
84- uses : actions/upload-artifact@v3
84+ uses : actions/upload-artifact@v4
8585 with :
8686 name : macos-universal
8787 path : build/*.dmg
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Release
33on :
44 push :
55 # Sequence of patterns matched against refs/tags
6- tags :
7- - ' v*' # Push events to matching v*, i.e. v1.0, v2023.11.15
6+ # tags:
7+ # - 'v*' # Push events to matching v*, i.e. v1.0, v2023.11.15
88
99jobs :
1010 build-linux-x64 :
You can’t perform that action at this time.
0 commit comments