Skip to content

Commit 06b3c95

Browse files
committed
Update main.yaml
1 parent c56c123 commit 06b3c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mkdir artifacts
3030
zip -9r ./artifacts/$(grep 'id:' maubot.yaml | sed 's/id: //')'-v'$(grep 'version:' maubot.yaml | sed 's/version: //').mbp maubot.yaml mensabot.py LICENSE.txt
3131
32-
- name: Release
32+
- name: Release and attach artifacts
3333
uses: fnkr/github-action-ghr@v1
3434
if: startsWith(github.ref, 'refs/tags/')
3535
env:

0 commit comments

Comments
 (0)