Skip to content

Commit 9d1f746

Browse files
authored
Remove upload source tarball step
Removed the upload source tarball step from the build workflow.
1 parent a3bea53 commit 9d1f746

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,6 @@ jobs:
139139
export RELEASE_TARBALL=${PACKAGE_NAME}.tar.gz
140140
git ls-files --recurse-submodules | tar caf ${RELEASE_TARBALL} --xform s:^:${PACKAGE_NAME}/: --verbatim-files-from -T-
141141
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-
149142
github:
150143
name: Draft GitHub Release
151144
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)