From be85f7e0e0aa6fa4576a81ce0ce8ed2242f49453 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 29 Dec 2021 21:32:04 +0000 Subject: [PATCH] Update CI-master_tests.yml --- .github/workflows/CI-master_tests.yml | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index c009933..2eb1755 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -292,21 +292,6 @@ jobs: steps: # Download files to release - - name: Download winpeasx64 - uses: actions/download-artifact@v2 - with: - name: winPEASx64.exe - - - name: Download winpeasx86 - uses: actions/download-artifact@v2 - with: - name: winPEASx86.exe - - - name: Download winpeasany - uses: actions/download-artifact@v2 - with: - name: winPEASany.exe - - name: Download winpeasx64ofs uses: actions/download-artifact@v2 with: @@ -321,6 +306,21 @@ jobs: uses: actions/download-artifact@v2 with: name: winPEASany_ofs.exe + + - name: Download winpeasx64 + uses: actions/download-artifact@v2 + with: + name: winPEASx64.exe + + - name: Download winpeasx86 + uses: actions/download-artifact@v2 + with: + name: winPEASx86.exe + + - name: Download winpeasany + uses: actions/download-artifact@v2 + with: + name: winPEASany.exe - name: Download winpeas.bat uses: actions/download-artifact@v2