Skip to content

Update PRIVACY.md

Update PRIVACY.md #765

Workflow file for this run

name: 'Compile for Chrome'
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v6
- name: 'Extract Version'
id: get_version
run: |
VERSION=$(jq -r '.version' src/main/manifest.json)
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: 'Upload Artifact'
uses: actions/upload-artifact@v7
with:
name: Osprey-${{ env.VERSION }}-chrome
path: src/main