Skip to content

Commit

Permalink
Upload Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
chatbookai committed Jun 1, 2024
1 parent 879d1a1 commit 1ab0f55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Chatbook-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Chatbook 0.1.0.deb
path: dist/*.deb
path: express/dist/*.deb
4 changes: 2 additions & 2 deletions .github/workflows/Chatbook-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
paths:
- 'express/**'

jobs:
build:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Chatbook 0.1.0.deb
path: dist/*.deb
path: express/dist/*.deb
4 changes: 2 additions & 2 deletions .github/workflows/Chatbook-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Chatbook 0.1.0.exe
path: dist/*.exe

path: express/dist/*.exe

0 comments on commit 1ab0f55

Please sign in to comment.