-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename internal from "fido" to "yafu"
- add back .exe creation under a profile - add --reset to reset authenticator
- Loading branch information
1 parent
bb3b77d
commit 7a3880c
Showing
5 changed files
with
77 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
distribution: zulu | ||
cache: maven | ||
- name: Compile and verify | ||
run: ./mvnw -U -B -T1C verify | ||
run: ./mvnw -P exe -U -B -T1C verify | ||
- name: Deploy snapshot | ||
if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/main') | ||
run: ./mvnw -B deploy | ||
|
@@ -44,7 +44,8 @@ jobs: | |
uses: softprops/[email protected] | ||
with: | ||
files: | | ||
tool/target/fido.jar | ||
tool/target/yafu.jar | ||
tool/target/yafu.exe | ||
fail_on_unmatched_files: true | ||
body: Release ${{ github.ref_name }} | ||
prerelease: true # manually promoted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.