We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ecc69 commit 170a62eCopy full SHA for 170a62e
.github/workflows/build.yaml
@@ -43,21 +43,21 @@ jobs:
43
44
- name: Upload Linux installer
45
if: matrix.os == 'ubuntu-latest'
46
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
47
with:
48
name: linux
49
path: ./dist/rt-*-linux.deb
50
51
- name: Upload macOS installer
52
if: matrix.os == 'macos-latest'
53
54
55
name: mac
56
path: ./dist/rt-*-mac.dmg
57
58
- name: Upload Windows installer
59
if: matrix.os == 'windows-latest'
60
61
62
name: windows
63
path: ./dist/rt-*-win.exe
0 commit comments