Skip to content

Commit cc17ea1

Browse files
authored
no longer needed
1 parent bb1ae67 commit cc17ea1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ jobs:
2929
run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh
3030

3131
- name: Make AppImage
32-
run: |
33-
chmod +x ./*-appimage.sh && ./*-appimage.sh
34-
mkdir dist
35-
mv *.AppImage* dist/
36-
mv *.AppBundle* dist/
37-
mv ~/version dist/
38-
32+
run: chmod +x ./*-appimage.sh && ./*-appimage.sh
33+
3934
- name: Upload artifact
4035
uses: actions/[email protected]
4136
with:

0 commit comments

Comments
 (0)