Skip to content

Commit 25e116f

Browse files
authored
Merge branch 'main' into chore/v8-release
2 parents f257606 + 31f9adf commit 25e116f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,11 @@ jobs:
7272
with:
7373
args: --acl public-read --follow-symlinks --delete --cache-control "max-age=1209600"
7474
env:
75-
DEST_DIR: 'latest'
75+
DEST_DIR: 'latest'
76+
77+
# Automatically attach browser files to release
78+
- name: Upload to Release
79+
if: github.event_name == 'release'
80+
uses: softprops/action-gh-release@v1
81+
with:
82+
files: dist/*

0 commit comments

Comments
 (0)