mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 13:06:40 +00:00
fix(builds): use correct path for emacs source tarball artifact upload
This commit is contained in:
2
.github/workflows/_build.yml
vendored
2
.github/workflows/_build.yml
vendored
@@ -166,7 +166,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.artifact_prefix }}emacs-source
|
name: ${{ inputs.artifact_prefix }}emacs-source
|
||||||
path: tarballs/*.tgz
|
path: builder/tarballs/*.tgz
|
||||||
|
|
||||||
package:
|
package:
|
||||||
runs-on: ${{ inputs.os }}
|
runs-on: ${{ inputs.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user