Skip to content

Commit

Permalink
Merge branch 'main' into attachmentsfix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfang97 authored Sep 18, 2024
2 parents 63a954b + 6df36fd commit 84cdf46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
java-version: 17
- run: cd backend && mvn -B package --file pom.xml -DskipTests
- run: cd backend && mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: Package
path: backend/staging
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tables": [
{
"title": "Participations",
"rootPredicate": "sbol:participation",
"rootPredicate": "sbol:hasParticipation",
"icon": "faPeopleArrows",
"sections": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"title": "Component",
"stripAfter": "#",
"predicates": [
"sbol:Component"
],
"link": "$<componentLink>"
},
Expand Down

0 comments on commit 84cdf46

Please sign in to comment.