Skip to content

Commit

Permalink
Merge pull request #6 from 1fxe/dev
Browse files Browse the repository at this point in the history
Updated workflow
  • Loading branch information
1fxe authored Apr 10, 2021
2 parents 4930bec + de12d23 commit 0bbf5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,11 @@ jobs:
path: ${{ env.PROPERTIES_PATH }}
property: version

- 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: 1fxe/GitHub-Release-Action@main
with:
release_token: ${{ secrets.RELEASE_TOKEN }}
release_tag: v${{ steps.read_property.outputs.value }}
release_title: Recaf4Forge-${{ steps.read_property.outputs.value }}
release_file: build/libs/recaf4forge-${{ steps.read_property.outputs.value }}.jar
release_file: build/libs/Recaf4Forge-${{ steps.read_property.outputs.value }}.jar

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Recaf4Forge
version=1.2.0
version=1.2.1
group=dev.fxe
description=Recaf4Forge
mainClass=dev.fxe.recaf4forge.Recaf4Forge
Expand Down

0 comments on commit 0bbf5fd

Please sign in to comment.