Skip to content

Commit

Permalink
Create release from tags
Browse files Browse the repository at this point in the history
  • Loading branch information
riesinger committed Jul 9, 2024
1 parent 9c69d51 commit 8d279f1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,11 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: myapp-${{ matrix.goos }}-${{ matrix.goarch }}
path: myapp-${{ matrix.goos }}-${{ matrix.goarch }}
name: plausible-exporter-${{ matrix.goos }}-${{ matrix.goarch }}
path: plausible-exporter-${{ matrix.goos }}-${{ matrix.goarch }}

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: "./plausible-exporter-*"

0 comments on commit 8d279f1

Please sign in to comment.