File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7878 shell : bash
7979 run : |
8080 mkdir -p data/github/libimobiledevice/libimobiledevice
81- echo '${{ steps.get_releases_libimobiledevice.outputs.releases }} > data/github/libimobiledevice/libimobiledevice/tags.json
82-
83- - name : Write release tags for libplist
84- shell : bash
85- run : |
86- mkdir -p data/github/libimobiledevice/libplist
87- echo '${{ steps.get_releases_libplist.outputs.releases }} > data/github/libimobiledevice/libplist/tags.json
81+ echo '${{ steps.get_releases_libimobiledevice.outputs.releases }}' > data/github/libimobiledevice/libimobiledevice/tags.json
8882
8983 - name : Get libplist releases
90849488 with :
9589 repository : libimobiledevice/libplist
9690
91+ - name : Write release tags for libplist
92+ shell : bash
93+ run : |
94+ mkdir -p data/github/libimobiledevice/libplist
95+ echo '${{ steps.get_releases_libplist.outputs.releases }}' > data/github/libimobiledevice/libplist/tags.json
96+
9797 - name : Build 🔧
9898 shell : bash
9999 run : |
You can’t perform that action at this time.
0 commit comments