Limit what we upload to GCS for nightlies. (#16870)
Austin S. Hemmelgarn committed
Jan 31, 2024 at 09:34 UTC
3ee42e8dde5ec2b45ef420c54a04d6836e9c2729
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -808,7 +808,7 @@ jobs:
808
with:
809
destination: ${{ secrets.GCP_NIGHTLY_STORAGE_BUCKET }}
810
gzip: false
811
- path: ./final-artifacts
811
+ path: ./final-artifacts/latest-version.txt
812
parent: false
813
- name: Failure Notification
814
uses: rtCamp/action-slack-notify@v2