We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d8e8e commit 207d7c6Copy full SHA for 207d7c6
.github/workflows/build.yml
@@ -33,10 +33,12 @@ jobs:
33
julia --startup-file=no --project=compiler -e 'using Pkg; Pkg.instantiate()'
34
julia --startup-file=no --project=compiler compiler/build.jl foo
35
# Upload as release asset
36
- - name: build archives
37
- run: |
38
- zip -rq foo.zip foo --exclude '.*' --exclude '*/.*' --exclude 'appveyor.yml'
39
-
+ - uses: vimtor/[email protected]
+ with:
+ files: foo/
+ recursive: true
40
+ dest: foo.zip
41
+
42
- name: Upload files to a GitHub release
43
uses: svenstaro/[email protected]
44
with:
0 commit comments