Skip to content

Commit

Permalink
Add proper names to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbob92 committed May 27, 2024
1 parent 16bd739 commit 94f7fb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
go build -ldflags "-X 'github.com/klippa-app/pdfium-cli/version.VERSION=${{ github.event.release.name }}'" -o artifacts/pdfium-webassembly-windows-amd64 main.go
- uses: actions/upload-artifact@v4
with:
name: builds
name: builds-webassembly-${{ matrix.os }}
path: artifacts
- uses: AButler/upload-release-assets@v3.0
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: builds
name: builds-cgo-linux
path: artifacts

- uses: AButler/upload-release-assets@v3.0
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: builds
name: builds-cgo-linux-musl
path: artifacts

- uses: AButler/upload-release-assets@v3.0
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: builds
name: builds-cgo-macos-arm64
path: artifacts

- uses: AButler/upload-release-assets@v3.0
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: builds
name: builds-cgo-macos-x64
path: artifacts

- uses: AButler/upload-release-assets@v3.0
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: builds
name: builds-cgo-windows
path: artifacts

- uses: AButler/upload-release-assets@v3.0
Expand Down

0 comments on commit 94f7fb5

Please sign in to comment.