Skip to content

Commit

Permalink
skip uploading artifacts in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Zweig committed Dec 21, 2023
1 parent dae022e commit f73dfa4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build

on:
workflow_dispatch:
workflow_call:
pull_request:
branches: main

Expand Down Expand Up @@ -91,12 +92,12 @@ jobs:
- name: Build application
run: pnpm tauri build --ci

- uses: actions/upload-artifact@v3
with:
name: release-ubuntu-deb
path: src-tauri/target/release/bundle/deb/openchess_0.0.0_amd64.deb
# - uses: actions/upload-artifact@v3
# with:
# name: release-ubuntu-deb
# path: src-tauri/target/release/bundle/deb/openchess_0.0.0_amd64.deb

- uses: actions/upload-artifact@v3
with:
name: release-ubuntu-appimage
path: src-tauri/target/release/bundle/appimage/openchess_0.0.0_amd64.AppImage
# - uses: actions/upload-artifact@v3
# with:
# name: release-ubuntu-appimage
# path: src-tauri/target/release/bundle/appimage/openchess_0.0.0_amd64.AppImage

0 comments on commit f73dfa4

Please sign in to comment.