File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 47
47
action : publish
48
48
user : tf-autobuilder
49
49
root : archive
50
- name : zos:${{ github.ref }}.flist
50
+ name : zos-${{ github.ref }}.flist
51
+
52
+ - name : Rename flist from zos-${{ github.ref }}.flist to zos:${{ github.ref }}.flist
53
+ if : success()
54
+ uses : threefoldtech/publish-flist@master
55
+ with :
56
+ token : ${{ secrets.HUB_JWT }}
57
+ action : rename
58
+ user : tf-autobuilder
59
+ name : zos-${{ github.ref }}.flist
60
+ target : zos:${{ github.ref }}.flist
51
61
52
62
- name : Symlink flist (development)
53
63
if : success()
Original file line number Diff line number Diff line change 50
50
token : ${{ secrets.HUB_JWT }}
51
51
name : zos:${{ github.ref }}.flist
52
52
53
+ - name : Rename flist from zos-${{ github.ref }}.flist to zos:${{ github.ref }}.flist
54
+ if : success()
55
+ uses : threefoldtech/publish-flist@master
56
+ with :
57
+ token : ${{ secrets.HUB_JWT }}
58
+ action : rename
59
+ user : tf-autobuilder
60
+ name : zos-${{ github.ref }}.flist
61
+ target : zos:${{ github.ref }}.flist
62
+
53
63
- name : Symlink flist (development)
54
64
if : success()
55
65
uses : threefoldtech/publish-flist@master
You can’t perform that action at this time.
0 commit comments