Skip to content

Commit ce7456f

Browse files
committed
Upload nightly artifacts for testing
1 parent 598c334 commit ce7456f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish-go-nightly-task.yml

+7
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,13 @@ jobs:
244244
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
245245
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
246246

247+
- name: Upload artifacts
248+
uses: actions/upload-artifact@v3
249+
with:
250+
if-no-files-found: error
251+
name: ${{ env.ARTIFACT_NAME }}
252+
path: ${{ env.DIST_DIR }}
253+
247254
report:
248255
runs-on: ubuntu-latest
249256
needs: publish-nightly

0 commit comments

Comments
 (0)