We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bea53 commit 9d1f746Copy full SHA for 9d1f746
1 file changed
.github/workflows/build.yml
@@ -139,13 +139,6 @@ jobs:
139
export RELEASE_TARBALL=${PACKAGE_NAME}.tar.gz
140
git ls-files --recurse-submodules | tar caf ${RELEASE_TARBALL} --xform s:^:${PACKAGE_NAME}/: --verbatim-files-from -T-
141
142
- - name: Upload source tarball
143
- uses: actions/upload-artifact@v6
144
- if: runner.os == 'Linux'
145
- with:
146
- name: NotepadNext-Source-Tarball
147
- path: ${{ github.workspace }}/${{ env.RELEASE_TARBALL }}
148
-
149
github:
150
name: Draft GitHub Release
151
runs-on: ubuntu-latest
0 commit comments