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 f0f4bf3 commit 4e9c7d6Copy full SHA for 4e9c7d6
.github/workflows/AHK.GitHub.Monitor-build.yml
@@ -52,7 +52,9 @@ jobs:
52
run: dotnet publish Ahk.GitHub.Monitor/Ahk.GitHub.Monitor.csproj --no-restore --configuration Release --output '${{ github.workspace }}/output/Ahk.GitHub.Monitor'
53
54
- name: Upload artifact
55
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v4.4.0
56
with:
57
name: ${{ env.artifactName }}
58
- path: ./output
+ 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