aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-01-18 18:08:33 +0800
committer苏向夜 <fu050409@163.com>2026-01-18 18:08:33 +0800
commit3335b9b63db067d3c97f945d2a978611f5474b30 (patch)
tree02a589607904eb565b3d5ffc754b66dcf07bbb94 /.github
parent52b2afbab0e9224367a00df5a0af06b707c408e4 (diff)
downloadDropOut-3335b9b63db067d3c97f945d2a978611f5474b30.tar.gz
DropOut-3335b9b63db067d3c97f945d2a978611f5474b30.zip
ci(semifold): remove stupid naming convention
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/semifold-ci.yaml3
1 files changed, 0 insertions, 3 deletions
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