Skip to content

Commit d69d766

Browse files
authored
fix: correct typo in workflows (#12)
1 parent b82266b commit d69d766

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
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

0 commit comments

Comments
 (0)