Skip to content

Commit

Permalink
: )
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Sep 21, 2023
1 parent d6afc9f commit 3fafb47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ jobs:
"
echo "PRODUCTS_PATH=$(echo products/*)" >> $GITHUB_ENV
- name: Upload Build Folder [TEMP]
uses: actions/upload-artifact@v3
if: always()
with:
name: BUILD_${{ matrix.count }}x${{ matrix.width }}_${{ matrix.variant }}
path: ./build
- name: Upload Final Views
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3fafb47

Please sign in to comment.