Skip to content

Commit e5ef0ea

Browse files
committed
ci: enable upload of Diff and Patch archive as artifact in build-executables.yml
1 parent 3f8ed6b commit e5ef0ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-executables.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
shell: powershell
5050

5151
# # 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 }}
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 }}
6060

6161
# Step 10: Scan with VirusTotal
6262
# -

0 commit comments

Comments
 (0)