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 0b852c5087 - Show all commits

View File

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