Skip to content

Commit

Permalink
Update actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliahmadmehmood authored Jul 9, 2024
1 parent 41e8a64 commit c700a5a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c700a5a

Please sign in to comment.