Skip to content

Commit 8226efc

Browse files
authored
delete forgotten (and failing) publish of a .zip file, that doesnt exist (#68)
1 parent 108defb commit 8226efc

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/buildbundles.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,6 @@ jobs:
7070
draft: false
7171
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') }}
7272

73-
- name: Upload DOCX files
74-
uses: actions/upload-release-asset@v1
75-
env:
76-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77-
with:
78-
upload_url: ${{ steps.create_release.outputs.upload_url }}
79-
asset_path: ./release-files
80-
asset_name: documentation-bundle-docx.zip
81-
asset_content_type: application/zip
82-
continue-on-error: true
83-
8473
- name: Upload all release files
8574
uses: softprops/action-gh-release@v1
8675
with:

0 commit comments

Comments
 (0)