File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262 with :
6363 tag_name : ${{ needs.check.outputs.pkg_version }}
6464 release_name : Release ${{ needs.check.outputs.pkg_version }}
65- body_path : ${{ env.HOME }}/body.md
65+ body_path : ${{ env.USR_HOME }}/body.md
6666 draft : false
6767 prerelease : false
6868 - name : Upload release asset
7272 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7373 with :
7474 upload_url : ${{ steps.create_release.outputs.upload_url }}
75- asset_path : ${{ env.HOME }}/${{ needs.check.outputs.pkg_version }}.tar.gz
75+ asset_path : ${{ env.USR_HOME }}/${{ needs.check.outputs.pkg_version }}.tar.gz
7676 asset_name : ${{ needs.check.outputs.pkg_version }}.tar.gz
7777 asset_content_type : application/gzip
7878 - name : Push to AUR
Original file line number Diff line number Diff line change 5858 uses : actions/upload-artifact@v2
5959 with :
6060 name : emacs-manual-build
61- path : ${{ env.HOME }}/${{ needs.check.outputs.pkg_version }}.tar.gz
61+ path : ${{ env.USR_HOME }}/${{ needs.check.outputs.pkg_version }}.tar.gz
6262 retention-days : 5
You can’t perform that action at this time.
0 commit comments