File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ jobs:
117
117
with :
118
118
token : ${{ steps.app-token.outputs.token }}
119
119
repository : github/backup-utils-private
120
- - name : Download deb artifact
121
- uses : actions/download-artifact@v3
122
- with :
123
- name : github-backup-utils_${{ github.event.inputs.version }}_all.deb
124
- - name : Download tarball artifact
125
- uses : actions/download-artifact@v3
126
- with :
127
- name : github-backup-utils-v${{ github.event.inputs.version }}.tar.gz
120
+ # - name: Download deb artifact
121
+ # uses: actions/download-artifact@v3
122
+ # with:
123
+ # name: github-backup-utils_${{ github.event.inputs.version }}_all.deb
124
+ # - name: Download tarball artifact
125
+ # uses: actions/download-artifact@v3
126
+ # with:
127
+ # name: github-backup-utils-v${{ github.event.inputs.version }}.tar.gz
128
128
- name : Create Release
129
129
uses : ncipollo/release-action@v1
130
130
with :
You can’t perform that action at this time.
0 commit comments