Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg committed Aug 30, 2024
1 parent 4f4ee4c commit 1e21189
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
web/vendor/
web/favicon.ico
web/index.php
web/data
if-no-files-found: error

api:
Expand All @@ -55,11 +56,11 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish Sanara
- name: Create release
run: dotnet publish -c Release -r linux-x64

- uses: actions/upload-artifact@v4
with:
name: back
path: api/bin/Release/net8.0/linux-x64/
path: api/bin/Release/net8.0/linux-x64/publish
if-no-files-found: error

0 comments on commit 1e21189

Please sign in to comment.