Skip to content

Commit cd09c91

Browse files
committed
Changed names of steps.
1 parent 7b31dfb commit cd09c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
MagickViewer.application
7272
working-directory: MagickViewer/bin/Release/app.publish
7373

74-
- name: Upload ClickOnce artifacts
74+
- name: Upload artifacts
7575
uses: actions/upload-artifact@v4
7676
with:
7777
name: MagickViewer
@@ -83,7 +83,7 @@ jobs:
8383
needs: build
8484
if: needs.build.outputs.has-tag == 'true'
8585
steps:
86-
- name: Download ClickOnce artifacts
86+
- name: Download artifacts
8787
uses: actions/download-artifact@v4
8888
with:
8989
name: MagickViewer

0 commit comments

Comments
 (0)