Skip to content

Commit

Permalink
Create artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
BAILOOL committed Jun 9, 2024
1 parent b5dd089 commit e2c439e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,14 @@ jobs:
ls Results_Blender_Sequences
echo "ls Results_Blender_Sequences/Scenario_1"
ls Results_Blender_Sequences/Scenario_1
echo "ls Results_Blender_Sequences/Scenario_1/Results"
ls Results_Blender_Sequences/Scenario_1/Results
- name: Archive results artifacts
uses: actions/upload-artifact@v4
with:
name: results_blender_sequences
path: |
${{ github.workspace }}/data/Blender_Images/Results_Blender_Sequences
path: ${{ github.workspace }}/data/Blender_Images/Results_Blender_Sequences


# code-coverage-testing:
Expand Down

0 comments on commit e2c439e

Please sign in to comment.