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 3f2982ddb3 - Show all commits

View File

@@ -11,5 +11,6 @@ jobs:
with:
go-version-file: 'go.mod'
- run: go mod tidy
- run: go build -o bin/jiggablend ./cmd/jiggablend
- run: cd web && npm install && npm run build
- run: go build ./...
- run: go test -race -v -shuffle=on ./...