From 0e1504aadcaaccd011ac1c0f32b74a1f0dbfb042 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 29 Dec 2021 18:06:39 +0000 Subject: [PATCH] Update CI-master_tests.yml --- .github/workflows/CI-master_tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index acea940..3cd4814 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -260,32 +260,32 @@ jobs: - name: Download winpeasx64 uses: actions/download-artifact@v2 with: - name: winpeasx64 + name: winPEASx64.exe - name: Download winpeasx86 uses: actions/download-artifact@v2 with: - name: winpeasx86 + name: winPEASx86.exe - name: Download winpeasany uses: actions/download-artifact@v2 with: - name: winpeasany + name: winPEASany.exe - name: Download winpeasx64ofs uses: actions/download-artifact@v2 with: - name: winpeasx64ofs + name: winPEASx64_ofs.exe - name: Download winpeasx86ofs uses: actions/download-artifact@v2 with: - name: winpeasx86ofs + name: winPEASx86_ofs.exe - name: Download winpeasanyofs uses: actions/download-artifact@v2 with: - name: winpeasanyofs + name: winPEASany_ofs.exe - name: Download linpeas.sh uses: actions/download-artifact@v2