[READ-ONLY] Mirror of https://github.com/probablykasper/time-machine-inspector. Time Machine backup size inspector app
backup macos tauri time-machine
0

Configure Feed

Select the types of activity you want to include in your feed.

Use tauri-action@v0

Kasper (Jul 1, 2022, 12:55 AM +0200) 0a722627 95549f85

+2 -2
+1 -1
.github/workflows/release.yml
··· 31 31 - run: npm install 32 32 33 33 - name: Build and release 34 - uses: tauri-apps/tauri-action@b3f03835ca527e9735b386f1b1302ca70714b1e6 34 + uses: tauri-apps/tauri-action@v0 35 35 env: 36 36 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 37 37 with:
+1 -1
.github/workflows/test.yml
··· 44 44 - run: npm run test 45 45 46 46 - name: Build 47 - uses: tauri-apps/tauri-action@b3f03835ca527e9735b386f1b1302ca70714b1e6 47 + uses: tauri-apps/tauri-action@v0 48 48 env: 49 49 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}