Skip to content

Commit ee9d792

Browse files
authored
Update ant.yml : added artifact upload
1 parent 3d9a058 commit ee9d792

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ant.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ jobs:
2323
distribution: 'temurin'
2424
- name: Build with Ant
2525
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

Comments
 (0)