File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
name : dartsdk-android-arm-${{ github.ref_name }}
42
42
43
+ - name : Download Artifact
44
+ uses : actions/download-artifact@v4
45
+ with :
46
+ name : dartsdk-android-riscv64-${{ github.ref_name }}
47
+
43
48
- name : Release
44
49
uses : softprops/action-gh-release@v1
45
50
with :
49
54
dartsdk-android-ia32-release.tar.gz
50
55
dartsdk-android-arm64-release.tar.gz
51
56
dartsdk-android-arm-release.tar.gz
57
+ dartsdk-android-riscv64-release.tar.gz
52
58
53
59
container :
54
60
needs : [release]
82
88
with :
83
89
name : dartsdk-android-arm-${{ github.ref_name }}
84
90
91
+ - name : Download Artifact
92
+ uses : actions/download-artifact@v4
93
+ with :
94
+ name : dartsdk-android-riscv64-${{ github.ref_name }}
95
+
85
96
- name : Docker Metadata
86
97
id : docker-metadata
87
98
uses : docker/metadata-action@v5
You can’t perform that action at this time.
0 commit comments