From 3335b9b63db067d3c97f945d2a978611f5474b30 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Sun, 18 Jan 2026 18:08:33 +0800 Subject: ci(semifold): remove stupid naming convention --- .github/workflows/semifold-ci.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index 32f9ec9..a8207b3 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -134,7 +134,6 @@ jobs: if: runner.os == 'Linux' uses: actions/upload-artifact@v6 with: - name: dropout-linux-${{ matrix.wayland && 'arch' || 'ubuntu' }}-${{ steps.slug.outputs.sha8 }} path: | target/${{ matrix.target }}/release/bundle/appimage/*.AppImage target/${{ matrix.target }}/release/bundle/deb/*.deb @@ -144,7 +143,6 @@ jobs: if: runner.os == 'Windows' uses: actions/upload-artifact@v6 with: - name: dropout-windows-${{ steps.slug.outputs.sha8 }} path: | target/${{ matrix.target }}/release/bundle/msi/*.msi target/${{ matrix.target }}/release/bundle/nsis/*.exe @@ -154,7 +152,6 @@ jobs: if: runner.os == 'macOS' uses: actions/upload-artifact@v6 with: - name: dropout-macos-${{ steps.slug.outputs.sha8 }} path: | target/${{ matrix.target }}/release/bundle/dmg/*.dmg target/${{ matrix.target }}/release/bundle/macos/DropOut.app -- cgit v1.2.3-70-g09d2