Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingTarik committed Jul 25, 2020
1 parent fda6b80 commit 58f77a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
cd ./Mastermind/src
javac *.java
jar cmf Mastermind.jar MANIFEST.MF *.class
jar cmf MANIFEST.MF Mastermind.jar *.class
- name: upload release
run: |
cd ./Mastermind/src
Expand Down

0 comments on commit 58f77a2

Please sign in to comment.