Skip to content

Commit e72554b

Browse files
committed
fix artifacts building CI
1 parent a61c5f4 commit e72554b

File tree

2 files changed

+35
-65
lines changed

2 files changed

+35
-65
lines changed

.github/workflows/upload_artifacts.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ on:
22
push:
33
tags:
44
- 'v*-artifacts'
5-
5+
workflow_dispatch:
6+
67
name: Upload Artifacts
78

89
jobs:
@@ -17,7 +18,7 @@ jobs:
1718
env:
1819
cache-name: cache-artifacts
1920
with:
20-
path: ~/.julia/artifacts
21+
path: ~/.julia/artifacts
2122
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
2223
restore-keys: |
2324
${{ runner.os }}-test-${{ env.cache-name }}-
@@ -26,6 +27,7 @@ jobs:
2627
- name: Build artifacts
2728
id: build_artifacts
2829
run: |
30+
julia --color=yes -e "using InteractiveUtils; versioninfo()"
2931
julia --color=yes --project=. -e "using Pkg; Pkg.instantiate()"
3032
julia --color=yes --project=. build_artifacts.jl
3133
- name: Create Release
@@ -50,12 +52,12 @@ jobs:
5052
draft: false
5153
prerelease: false
5254
- name: Upload Release Asset
53-
id: upload-release-asset
55+
id: upload-release-asset
5456
uses: actions/upload-release-asset@v1
5557
env:
5658
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5759
with:
58-
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
60+
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
5961
asset_path: ./images.tar.gz
6062
asset_name: images.tar.gz
6163
asset_content_type: application/x-tar

Manifest.toml

+29-61
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,63 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
[[ArgTools]]
4-
git-tree-sha1 = "bdf73eec6a88885256f282d48eafcad25d7de494"
3+
julia_version = "1.9.1"
4+
manifest_format = "2.0"
5+
project_hash = "9848b72bdc608a95babdb1e3e5a9b2e07109a3bc"
6+
7+
[[deps.ArgTools]]
58
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
69
version = "1.1.1"
710

8-
[[Base64]]
11+
[[deps.Base64]]
912
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
1013

11-
[[CodecZlib]]
14+
[[deps.CodecZlib]]
1215
deps = ["TranscodingStreams", "Zlib_jll"]
13-
git-tree-sha1 = "ded953804d019afa9a3f98981d99b33e3db7b6da"
16+
git-tree-sha1 = "9c209fb7536406834aa938fb149964b985de6c83"
1417
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
15-
version = "0.7.0"
16-
17-
[[Dates]]
18-
deps = ["Printf"]
19-
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
18+
version = "0.7.1"
2019

21-
[[Distributed]]
22-
deps = ["Random", "Serialization", "Sockets"]
23-
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
24-
25-
[[InteractiveUtils]]
20+
[[deps.InteractiveUtils]]
2621
deps = ["Markdown"]
2722
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
2823

29-
[[LibGit2]]
30-
deps = ["Printf"]
31-
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
32-
33-
[[Libdl]]
24+
[[deps.Libdl]]
3425
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
3526

36-
[[Logging]]
27+
[[deps.Logging]]
3728
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
3829

39-
[[Markdown]]
30+
[[deps.Markdown]]
4031
deps = ["Base64"]
4132
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
4233

43-
[[Pkg]]
44-
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
45-
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
46-
47-
[[Printf]]
48-
deps = ["Unicode"]
49-
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
50-
51-
[[REPL]]
52-
deps = ["InteractiveUtils", "Markdown", "Sockets"]
53-
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
54-
55-
[[Random]]
56-
deps = ["Serialization"]
34+
[[deps.Random]]
35+
deps = ["SHA", "Serialization"]
5736
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
5837

59-
[[SHA]]
38+
[[deps.SHA]]
6039
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
40+
version = "0.7.0"
6141

62-
[[Serialization]]
42+
[[deps.Serialization]]
6343
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
6444

65-
[[Sockets]]
66-
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
67-
68-
[[Tar]]
69-
deps = ["ArgTools", "Logging", "SHA"]
70-
git-tree-sha1 = "3f9f4fa580fb5c4d0debbb1365524febfe055c15"
45+
[[deps.Tar]]
46+
deps = ["ArgTools", "SHA"]
7147
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
72-
version = "1.6.0"
48+
version = "1.10.0"
7349

74-
[[Test]]
75-
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
50+
[[deps.Test]]
51+
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
7652
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7753

78-
[[TranscodingStreams]]
54+
[[deps.TranscodingStreams]]
7955
deps = ["Random", "Test"]
80-
git-tree-sha1 = "7c53c35547de1c5b9d46a4797cf6d8253807108c"
56+
git-tree-sha1 = "9a6ae7ed916312b41236fcef7e0af564ef934769"
8157
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
82-
version = "0.9.5"
83-
84-
[[UUIDs]]
85-
deps = ["Random", "SHA"]
86-
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
87-
88-
[[Unicode]]
89-
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
58+
version = "0.9.13"
9059

91-
[[Zlib_jll]]
92-
deps = ["Libdl", "Pkg"]
93-
git-tree-sha1 = "622d8b6dc0c7e8029f17127703de9819134d1b71"
60+
[[deps.Zlib_jll]]
61+
deps = ["Libdl"]
9462
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
95-
version = "1.2.11+14"
63+
version = "1.2.13+0"

0 commit comments

Comments
 (0)