Skip to content

Commit 104b860

Browse files
committed
test
1 parent c48ca20 commit 104b860

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release-cpack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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
@@ -66,7 +66,7 @@ jobs:
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
@@ -81,7 +81,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Release
33
on:
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

99
jobs:
1010
build-linux-x64:

0 commit comments

Comments
 (0)