fix
All checks were successful
Build the Jar / build (push) Successful in 9s

This commit is contained in:
2025-12-14 08:26:58 -06:00
parent cfa433fd90
commit d335a3dd80
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ jobs:
cd ../../.. cd ../../..
- name: Upload JAR artifact - name: Upload JAR artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: CalcShortforCalculator name: CalcShortforCalculator
path: dist/CalcShortforCalculator.jar path: dist/CalcShortforCalculator.jar

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/bin/ /bin/
bin bin
*.class *.class
out