Skip to content

Commit 4e9c7d6

Browse files
committed
monitor upload artifact fix
1 parent f0f4bf3 commit 4e9c7d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/AHK.GitHub.Monitor-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
run: dotnet publish Ahk.GitHub.Monitor/Ahk.GitHub.Monitor.csproj --no-restore --configuration Release --output '${{ github.workspace }}/output/Ahk.GitHub.Monitor'
5353

5454
- name: Upload artifact
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v4.4.0
5656
with:
5757
name: ${{ env.artifactName }}
58-
path: ./output
58+
path: ./output # Put the path to the build artifact files directory here.
59+
if-no-files-found: error
60+
include-hidden-files: true

0 commit comments

Comments
 (0)