Skip to content

chore: temporary source snapshot for manual reconstruction #9

chore: temporary source snapshot for manual reconstruction

chore: temporary source snapshot for manual reconstruction #9

name: Temporary soft copyright source snapshot
on:
pull_request:
branches: [develop]
paths:
- '.github/workflows/temporary-soft-copyright-source-snapshot.yml'
permissions:
contents: read
jobs:
snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 30f51b96e2498b4b85014552512a31a7345d86cb
fetch-depth: 1
- name: Archive relevant source
run: |
tar --exclude='**/node_modules' --exclude='**/dist' --exclude='**/.turbo' \
-czf partner-up-relevant-source.tar.gz \
package.json pnpm-lock.yaml pnpm-workspace.yaml .node-version .npmrc \
apps/backend apps/web packages tests scripts
- uses: actions/upload-artifact@v4
with:
name: partner-up-relevant-source
path: partner-up-relevant-source.tar.gz
retention-days: 3