File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,9 @@ jobs:
105
105
with :
106
106
if-no-files-found : error
107
107
name : ${{steps.meta.outputs.filename}}
108
- path : ${{steps.meta.outputs.filename}}
109
108
110
- update_releases_page :
111
- name : Upload Release
109
+ release :
110
+ name : Create/Update Release
112
111
needs : build
113
112
runs-on : ubuntu-latest
114
113
permissions :
@@ -120,25 +119,25 @@ jobs:
120
119
run : |
121
120
echo "date_now=$(date --rfc-3339=seconds)" >> "${GITHUB_OUTPUT}"
122
121
123
- - name : Download Build Artifacts from Previous Jobs
122
+ - name : Download Build Artifacts
124
123
uses : actions/download-artifact@v4
125
124
with :
126
125
path : artifacts
127
126
128
127
- name : Upload Builds to Release
129
128
uses : ncipollo/release-action@v1
130
129
with :
131
- allowUpdates : true
132
- artifactErrorsFailBuild : true
133
- artifacts : artifacts/*/*
130
+ name : ' Development Build: ${{ github.ref_name }}@${{ github.sha }}'
134
131
body : |
135
132
> [!WARNING]
136
133
> This is an automatically generated pre-release version of the module, which includes the latest master branch changes.
137
134
> Please report any bugs you find.
138
135
139
136
- Build Date: `${{ steps.vars.outputs.date_now }}`
140
137
- Commit: ${{ github.sha }}
141
- name : ' Development build: ${{ github.ref_name }}@${{ github.sha }}'
142
138
prerelease : true
139
+ allowUpdates : true
143
140
removeArtifacts : true
141
+ artifactErrorsFailBuild : true
142
+ artifacts : artifacts/*
144
143
tag : dev-build
You can’t perform that action at this time.
0 commit comments