Skip to content

Commit

Permalink
try new release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Apr 10, 2021
1 parent 68b95c3 commit 1bb538b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
java-version: 1.11
- name: Build with Maven
run: mvn -B package -Dmaven.test.skip=true --file pom.xml
- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: ./target/wallet_brute_forcer-0.0.1-SNAPSHOT.jar
fail_on_unmatched_files: true

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 1bb538b

Please sign in to comment.