Skip to content

Commit

Permalink
upload tarball artifact on tags/releases
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Jan 31, 2025
1 parent e999d30 commit fd571a3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release

on: push

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download
uses: actions/download-artifact@v4
with:
name: coatjava.tar.gz
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: coatjava.tar.gz

0 comments on commit fd571a3

Please sign in to comment.