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