Skip to content

Commit

Permalink
Only upload files once
Browse files Browse the repository at this point in the history
  • Loading branch information
cadmic committed Sep 20, 2024
1 parent 849746e commit d148e64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ jobs:
# Upload map files
- name: Upload map
if: matrix.matching
uses: actions/upload-artifact@v4
with:
name: combined_maps
path: build/**/*.MAP

# Upload progress report
- name: Upload report
if: ${{ !matrix.matching }}
uses: actions/upload-artifact@v4
with:
name: combined_report
Expand Down

0 comments on commit d148e64

Please sign in to comment.