Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 10, 2024
1 parent edd3de7 commit 5d5719f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
build:
environment: ${{((inputs.env == 'main' || github.ref_name == 'main') && 'production') || ((inputs.env == 'appwrite' || github.ref_name == 'appwrite') && 'appwrite' || 0)}}
runs-on: ubuntu-latest
permissions:
attestations: write
id-token: write
outputs:
appArtifactName: app-build-${{github.sha}}
steps:
Expand All @@ -42,12 +45,6 @@ jobs:
pnpm --filter @pipelineui/app build
cp packages/app/nixpacks.toml packages/app/.output
- name: Attest
uses: actions/attest-build-provenance@v1
with:
subject-path: |
packages/app/.output
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5d5719f

Please sign in to comment.