Skip to content

add MacOS ext4 drive formatting instructions to README (#54) #129

add MacOS ext4 drive formatting instructions to README (#54)

add MacOS ext4 drive formatting instructions to README (#54) #129

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dependencies
run: sudo apt-get install -y tar shellcheck
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # https://github.com/actions/checkout/tree/v4.2.2
- name: Build
run: make PBG_VERSION=${{ github.ref_name }}
- name: Release
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # https://github.com/softprops/action-gh-release/tree/v2.2.1
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: false
files: "pixel-backup-gang-*.tar.gz"
token: ${{ secrets.MY_GITHUB_TOKEN }}