Skip to content

Commit b7efd77

Browse files
committed
Restauration du workflow CI d'origine
1 parent ea4a0cb commit b7efd77

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,3 @@ jobs:
3030

3131
- name: Verify renderer queue logic
3232
run: node scripts/verify-renderer-queue.js
33-
34-
# Build AppImage (adapter la commande si besoin)
35-
- name: Build AppImage
36-
run: |
37-
npm run build-appimage
38-
39-
# Upload AppImage as artifact
40-
- name: Upload AppImage
41-
uses: actions/upload-artifact@v4
42-
with:
43-
name: AM-GUI-AppImage
44-
path: dist/*.AppImage
45-
46-
# Create GitHub Release (only on main branch and on tag)
47-
- name: Create Release
48-
if: github.ref_type == 'tag' || github.ref == 'refs/heads/main'
49-
uses: softprops/action-gh-release@v2
50-
with:
51-
files: dist/*.AppImage
52-
env:
53-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)