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 7b31dfb commit cd09c91Copy full SHA for cd09c91
.github/workflows/main.yml
@@ -71,7 +71,7 @@ jobs:
71
MagickViewer.application
72
working-directory: MagickViewer/bin/Release/app.publish
73
74
- - name: Upload ClickOnce artifacts
+ - name: Upload artifacts
75
uses: actions/upload-artifact@v4
76
with:
77
name: MagickViewer
@@ -83,7 +83,7 @@ jobs:
83
needs: build
84
if: needs.build.outputs.has-tag == 'true'
85
steps:
86
- - name: Download ClickOnce artifacts
+ - name: Download artifacts
87
uses: actions/download-artifact@v4
88
89
0 commit comments