We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da300eb commit 3923f2fCopy full SHA for 3923f2f
.github/workflows/release.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: Set up node
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '18.20.3'
20
-
+ node-version: "18.20.3"
+
21
- name: Set up cargo
22
uses: actions-rs/toolchain@v1
23
@@ -47,7 +47,7 @@ jobs:
47
run: cp src-tauri\\target\\release\\bundle\\nsis\\*.exe output\\
48
49
- name: Upload artifact
50
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
51
52
name: windows
53
path: output\\*.exe
@@ -78,7 +78,7 @@ jobs:
78
run: mkdir -p ${{ env.WINDOWS_DIR }}
79
80
- name: Download Windows artifact
81
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
82
83
84
path: ${{ env.WINDOWS_DIR }}
0 commit comments