We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d9a058 commit ee9d792Copy full SHA for ee9d792
1 file changed
.github/workflows/ant.yml
@@ -23,3 +23,10 @@ jobs:
23
distribution: 'temurin'
24
- name: Build with Ant
25
run: ant compile && ant deploy
26
+ - name: Upload a Build Artifact
27
+ uses: actions/upload-artifact@v4.6.1
28
+ with:
29
+ name: psimulator
30
+ path: build/psimulator2.jar
31
+
32
0 commit comments