Skip to content

Commit fe8bd9e

Browse files
committed
refactor: define FILENAME as env
1 parent 827c1da commit fe8bd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cat-test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
- name: Upload main artifacts to Google Drive
7272
if: always() && github.ref == 'refs/heads/main'
7373
run: |
74-
FILENAME=test-output-${{ github.run_number }}.zip
7574
zip -r "$FILENAME" examples/team_recommender/tests/test_runs
7675
uv run python src/cat_ai/publish_to_gdrive.py "$FILENAME"
7776
env:
7877
PARENT_FOLDER_IDS: ${{ vars.GOOGLE_DRIVE_TEST_OUTPUT_FOLDER_ID }}
78+
FILENAME: test-output-${{ github.run_number }}.zip
7979

8080
- name: Upload artifacts
8181
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)