Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Jul 13, 2024
1 parent f7d8e8e commit 207d7c6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
julia --startup-file=no --project=compiler -e 'using Pkg; Pkg.instantiate()'
julia --startup-file=no --project=compiler compiler/build.jl foo
# Upload as release asset
- name: build archives
run: |
zip -rq foo.zip foo --exclude '.*' --exclude '*/.*' --exclude 'appveyor.yml'
- uses: vimtor/[email protected]
with:
files: foo/
recursive: true
dest: foo.zip

- name: Upload files to a GitHub release
uses: svenstaro/[email protected]
with:
Expand Down

0 comments on commit 207d7c6

Please sign in to comment.