Skip to content

Commit

Permalink
Fix CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Oct 1, 2024
1 parent 8113b79 commit ef64806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-deployment-files
include-hidden-files: true
path: |
build
.github/.deploy-settings.toml
Expand All @@ -60,6 +61,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: prod-deployment-files
include-hidden-files: true
path: |
build
.github/.deploy-settings.toml

0 comments on commit ef64806

Please sign in to comment.