Merge pull request #1329 from vector-im/fheese/fix_upload
fix docker builds upload
This commit is contained in:
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
asset_paths: '["element-call-*.tar.gz"]'
|
||||
asset_paths: '["element-call-${{ github.event.release.tag_name || github.sha }}.tar.gz"]'
|
||||
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
id: meta
|
||||
|
||||
Reference in New Issue
Block a user