From c700a5a8bfb5cf4b9b5e328fb6554dd23c53f3dc Mon Sep 17 00:00:00 2001 From: aliahmadmehmood Date: Wed, 10 Jul 2024 04:38:36 +0500 Subject: [PATCH] Update actions.yaml --- .github/workflows/actions.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index a30f0d868..7bc0c921c 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -68,10 +68,12 @@ jobs: asset_path: ./${{ github.sha }}.zip asset_name: source_code_with_libraries.zip asset_content_type: application/zip + upload: - runs-on: ubuntu-latest - needs: build - steps: + + runs-on: ubuntu-latest + needs: build + steps: - name: Download artifact uses: actions/download-artifact@v2 with: