File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ jobs:
4040 POP_NAME=poptracker_`echo ${{ env.RELEASE_VERSION }} | tr '.' '-'`
4141 cd ..
4242 tar --exclude-vcs -cJvf "${POP_NAME}_full-source.tar.xz" PopTracker
43+ cd PopTracker
44+ mv "../${POP_NAME}_full-source.tar.xz" .
4345 - name : Attest Source bundle
4446 uses : actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
4547 with :
46- subject-path : |
47- ../*_full-source.tar.xz
48+ subject-path : " *_full-source.tar.xz"
4849 - name : Create Release
4950 uses : softprops/action-gh-release@975c1b265e11dd76618af1c374e7981f9a6ff44a
5051 with :
5455 body : |
5556 see [CHANGELOG.md](../v${{ env.RELEASE_VERSION }}/CHANGELOG.md)
5657 and [README.md](../v${{ env.RELEASE_VERSION }}/README.md)
57- files : " ../* .tar.xz"
58+ files : " *_full-source .tar.xz"
5859 env :
5960 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6061
You can’t perform that action at this time.
0 commit comments