Skip to content

Commit 9deec95

Browse files
committed
Update action workflow
1 parent 7441009 commit 9deec95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_win.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- dev
67
workflow_dispatch:
78

89
jobs:
@@ -29,14 +30,14 @@ jobs:
2930
build.cmd ${{ matrix.platform }}
3031
3132
- name: Archive artifact ${{ matrix.platform }}
32-
uses: actions/upload-artifact@v5
33+
uses: actions/upload-artifact@v6
3334
with:
3435
name: 7z-dark-${{ matrix.platform }}
3536
path: ${{ matrix.platform }}-bin
3637

3738
- name: Archive artifact ${{ matrix.platform }} with fluent icons
3839
if: ${{ matrix.platform == 'x64' || matrix.platform == 'arm64' }}
39-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4041
with:
4142
name: 7z-dark-${{ matrix.platform }}-fluent-toolbar-icons
4243
path: ${{ matrix.platform }}-fluent-bin

0 commit comments

Comments
 (0)