We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a5c27 commit f79afc8Copy full SHA for f79afc8
.github/workflows/build-deploy.yml
@@ -42,8 +42,8 @@ jobs:
42
- name: Archive build
43
uses: actions/upload-artifact@v3
44
with:
45
- name: automata4j-build
46
- path: automata4j/build/libs
+ name: jector-build
+ path: jector/build/libs
47
48
deploy:
49
environment:
@@ -97,10 +97,10 @@ jobs:
97
- name: Download build
98
uses: actions/download-artifact@v3
99
100
101
- path: automata4j/build/libs/
+ path: jector/build/libs/
102
103
- - name: Deploying automata4j binaries
+ - name: Deploying jector binaries
104
env:
105
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
106
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
0 commit comments