Skip to content

Commit

Permalink
mv
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Flick committed Oct 11, 2024
1 parent 2e61ac7 commit 91229fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
run: |
cd src/teipb
ant xar-local
mv build/parzival-0.2.xar /dist/parzival-0.2.xar
pwd
mv ./build/parzival-0.2.xar ../../dist/parzival-0.2.xar
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 91229fc

Please sign in to comment.