Skip to content

Commit 9f50c7d

Browse files
committed
remove env
1 parent f0cd474 commit 9f50c7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/csv_size_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo apt-get update
2828
sudo apt-get install -y make
2929
30-
# New step: set FASTLANES_DATA_DIR to repo root
30+
# Set FASTLANES_DATA_DIR to repo root
3131
- name: Set FASTLANES_DATA_DIR environment variable
3232
run: echo "FASTLANES_DATA_DIR=${GITHUB_WORKSPACE}" >> $GITHUB_ENV
3333

@@ -40,7 +40,7 @@ jobs:
4040
cat csv_sizes_report.csv
4141
4242
- name: Upload report artifact
43-
uses: ./.github/actions/upload-artifact
43+
uses: actions/upload-artifact@v3
4444
with:
4545
name: csv-size-report
4646
path: csv_sizes_report.csv

0 commit comments

Comments
 (0)