Skip to content

Commit f79afc8

Browse files
committed
workflows/build-deploy.yml: replaced 'automata4j' with 'jector'
* modified: .github/workflows/build-deploy.yml
1 parent 90a5c27 commit f79afc8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Archive build
4343
uses: actions/upload-artifact@v3
4444
with:
45-
name: automata4j-build
46-
path: automata4j/build/libs
45+
name: jector-build
46+
path: jector/build/libs
4747

4848
deploy:
4949
environment:
@@ -97,10 +97,10 @@ jobs:
9797
- name: Download build
9898
uses: actions/download-artifact@v3
9999
with:
100-
name: automata4j-build
101-
path: automata4j/build/libs/
100+
name: jector-build
101+
path: jector/build/libs/
102102

103-
- name: Deploying automata4j binaries
103+
- name: Deploying jector binaries
104104
env:
105105
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
106106
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)