Implement file deletion after successful uploads in runner and encoding processes #3

Merged
s1d3sw1ped merged 4 commits from fix-uploads into master 2026-01-02 17:51:19 -06:00
Showing only changes of commit 1c4bd78f56 - Show all commits

View File

@@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-go@main - uses: actions/setup-go@main
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- uses: FedericoCarboni/setup-ffmpeg@v3
- run: go mod tidy - run: go mod tidy
- run: cd web && npm install && npm run build - run: cd web && npm install && npm run build
- run: go build ./... - run: go build ./...