Skip to content

Commit 207d7c6

Browse files
authored
Update build.yml
1 parent f7d8e8e commit 207d7c6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ jobs:
3333
julia --startup-file=no --project=compiler -e 'using Pkg; Pkg.instantiate()'
3434
julia --startup-file=no --project=compiler compiler/build.jl foo
3535
# Upload as release asset
36-
- name: build archives
37-
run: |
38-
zip -rq foo.zip foo --exclude '.*' --exclude '*/.*' --exclude 'appveyor.yml'
39-
36+
- uses: vimtor/[email protected]
37+
with:
38+
files: foo/
39+
recursive: true
40+
dest: foo.zip
41+
4042
- name: Upload files to a GitHub release
4143
uses: svenstaro/[email protected]
4244
with:

0 commit comments

Comments
 (0)