|
23 | 23 | echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz" |
24 | 24 | echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb" |
25 | 25 | echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes" |
26 | | - echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
| 26 | + echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
27 | 27 | echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
28 | 28 | id: envirorment-variables |
29 | 29 |
|
@@ -94,15 +94,14 @@ jobs: |
94 | 94 | repository: createstructure/createstructure |
95 | 95 | releases-only: true |
96 | 96 | id : latest |
97 | | - |
98 | 97 | - name: Set envirorment varible(s) |
99 | 98 | run: | |
100 | 99 | echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')" |
101 | 100 | echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')" |
102 | 101 | echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz" |
103 | 102 | echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb" |
104 | 103 | echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes" |
105 | | - echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
| 104 | + echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
106 | 105 | echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
107 | 106 | id: envirorment-variables |
108 | 107 |
|
@@ -138,16 +137,15 @@ jobs: |
138 | 137 | # repository: createstructure/createstructure |
139 | 138 | # releases-only: true |
140 | 139 | # id : latest |
141 | | - |
142 | | - # - name: Set envirorment varible(s) |
143 | | - # run: | |
144 | | - # echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')" |
145 | | - # echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')" |
146 | | - # echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz" |
147 | | - # echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb" |
148 | | - # echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes" |
149 | | - # echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
150 | | - # echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
| 140 | + # - name: Set envirorment varible(s) |
| 141 | + # run: | |
| 142 | + # echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')" |
| 143 | + # echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')" |
| 144 | + # echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz" |
| 145 | + # echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb" |
| 146 | + # echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes" |
| 147 | + # echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
| 148 | + # echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
151 | 149 | # id: envirorment-variables |
152 | 150 |
|
153 | 151 | # - name: gpg import |
@@ -191,17 +189,15 @@ jobs: |
191 | 189 | repository: createstructure/createstructure |
192 | 190 | releases-only: true |
193 | 191 | id : latest |
194 | | - |
195 | 192 | - name: Set envirorment varible(s) |
196 | 193 | run: | |
197 | 194 | echo "::set-output name=PUSH_PATH::$(curl -sL https://api.github.com/repos/createstructure/createstructure/releases/latest | jq -r '.upload_url')" |
198 | 195 | echo "::set-output name=VERSION_TAG::$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')" |
199 | 196 | echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz" |
200 | 197 | echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb" |
201 | 198 | echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes" |
202 | | - echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
| 199 | + echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
203 | 200 | echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
204 | | - id: envirorment-variables |
205 | 201 | - name: Try to build |
206 | 202 | run: | |
207 | 203 | cd choco |
@@ -231,7 +227,7 @@ jobs: |
231 | 227 | echo "::set-output name=TAR_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').orig.tar.gz" |
232 | 228 | echo "::set-output name=DEB_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_amd64.deb" |
233 | 229 | echo "::set-output name=CHANGES_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//')_source.changes" |
234 | | - echo "::set-output name=NUPKG_FILE::createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
| 230 | + echo "::set-output name=NUPKG_FILE::createstructure.$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
235 | 231 | echo "::set-output name=NUPKG_FILE_PATH::./choco/createstructure_$(echo ${{ steps.latest.outputs.tag }} | sed 's/v//').nupkg" |
236 | 232 | id: envirorment-variables |
237 | 233 | - name: Build & Publish |
|
0 commit comments