We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56c123 commit 06b3c95Copy full SHA for 06b3c95
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
mkdir artifacts
30
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
31
32
- - name: Release
+ - name: Release and attach artifacts
33
uses: fnkr/github-action-ghr@v1
34
if: startsWith(github.ref, 'refs/tags/')
35
env:
0 commit comments