aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
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