diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 57e84ad58..5c68d3d2a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,4 +24,9 @@ jobs:
           distribution: 'adopt'
       - name: Ant build
         run: ant -noinput -buildfile build.xml clean check jar unittest
+      - name: Upload Artifact
+        uses: actions/upload-artifact@v2
+        with:
+          name: openrocket_build_${{ github.run_number }}
+          path: ${{github.workspace}}/swing/build/jar/OpenRocket.jar