Skip to content

Commit 27c81be

Browse files
committed
Remove unnecessary artifact from release workflow
This was a leftover from converting build.yml
1 parent 1a48ca1 commit 27c81be

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ jobs:
3333
node release-automation/build.js --debian --tarball --appimage --x64 --armv7l --arm64 --production
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
- name: Upload artifacts
37-
uses: actions/upload-artifact@v4
38-
with:
39-
name: linux
40-
path: |
41-
dist/*.deb
42-
dist/*.tar.gz
43-
dist/*.AppImage
4436

4537
release-mac:
4638
runs-on: macos-latest

0 commit comments

Comments
 (0)