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 3f8ed6b commit e5ef0eaCopy full SHA for e5ef0ea
.github/workflows/build-executables.yml
@@ -49,14 +49,14 @@ jobs:
49
shell: powershell
50
51
# # Step 6: Upload Diff and Patch Archive as Artifact
52
- # - name: Upload Diff and Patch Archive as Artifact
53
- # uses: actions/upload-artifact@v4
54
- # with:
55
- # name: executables-archive
56
- # path: |
57
- # XMLDiffAndPatch.zip
58
- # env:
59
- # GITHUB_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
+ - name: Upload Diff and Patch Archive as Artifact
+ uses: actions/upload-artifact@v4
+ with:
+ name: executables-archive
+ path: |
+ XMLDiffAndPatch.zip
+ env:
+ GITHUB_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
60
61
# Step 10: Scan with VirusTotal
62
# -
0 commit comments