Skip to content

Commit 137d425

Browse files
committed
Try this
1 parent e51b8cf commit 137d425

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/damselfly-actions.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616
include:
1717
- target: windows
1818
os: windows-latest
19+
upload: windows
1920
- target: linux
2021
os: ubuntu-latest
22+
upload: linux
2123
- target: universal
2224
os: macos-latest
25+
upload: mac
2326

2427
steps:
2528
- name: Clone Repository (latest)
@@ -43,7 +46,7 @@ jobs:
4346
- name: Upload desktop builds for Docker build
4447
uses: actions/upload-artifact@v4
4548
with:
46-
name: Desktop-Dist-${{ matrix.target }}
49+
name: Desktop-Dist-${{ matrix.upload }}
4750
path: Damselfly.Web.Client/wwwroot/desktop/*.*
4851
retention-days: 5
4952

@@ -94,13 +97,13 @@ jobs:
9497
runs-on: ${{ matrix.os }}
9598
strategy:
9699
matrix:
97-
target: [linux, universal, windows]
100+
target: [linux, mac, windows]
98101
include:
99102
- target: windows
100103
os: ubuntu-latest
101104
- target: linux
102105
os: ubuntu-latest
103-
- target: universal
106+
- target: mac
104107
os: macos-latest
105108
steps:
106109
- name: Clone Repository (latest)

0 commit comments

Comments
 (0)