Skip to content

Commit

Permalink
Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
1fxe committed Mar 31, 2021
1 parent 398c028 commit d5e132c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,16 @@ jobs:
path: ${{ env.PROPERTIES_PATH }}
property: version

- name: Step 5 - Release artifact
- name: Step 5 - Upload artifact
uses: actions/upload-artifact@v2
with:
name: Recaf4Forge-${{ steps.read_property.outputs.value }}
path: build/libs/*.jar

- name: Step 6 - Create a Release
uses: elgohr/Github-Release-Action@master
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
args: v${{ steps.read_property.outputs.value }}

0 comments on commit d5e132c

Please sign in to comment.