Skip to content

Commit 3123dfd

Browse files
committed
Upload nightly artifacts for testing
1 parent 24fa25c commit 3123dfd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/publish-go-nightly-task.yml

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

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

0 commit comments

Comments
 (0)