Skip to content

Commit

Permalink
Update update-fonts.yaml Should FIX what is described in actions/uplo…
Browse files Browse the repository at this point in the history
…ad-artifact#610 and caused by upload-artifact#602
  • Loading branch information
graphicore authored Sep 4, 2024
1 parent cf030f3 commit a4d6cf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-fonts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
FILESTEM="${FILENAME%.*}"
cp $FULLNAME $FILES_WORK_DIR/$FILENAME
woff2_compress $FILES_WORK_DIR/$FILENAME
echo "DEBUG: cp from: $FILES_WORK_DIR/$FILESTEM.woff2 to: $TARGET_FILE ..."
cp $FILES_WORK_DIR/$FILESTEM.woff2 $TARGET_FILE
else
# don't do anything to the files
Expand All @@ -88,12 +87,11 @@ jobs:
process_file $SOURCE_FILE $TARGET_FILE
done
cat $LOG_FILE
echo "DEBUG: ls $FILES_RESULT_DIR ..."
ls $FILES_RESULT_DIR
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.FILES_SPEC.unique_path }}
path: ${{ env.FILES_RESULT_DIR }}
include-hidden-files: true
push-results:
runs-on: ubuntu-latest
needs: pull-files
Expand Down

0 comments on commit a4d6cf9

Please sign in to comment.