Skip to content

Commit

Permalink
fix: restore goobi.war renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Jan 14, 2025
1 parent 38e81f8 commit 5016846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn clean verify -U -P snapshot-build
- name: Rename WAR
run: mv target/*.war target/goobi.war
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d %H:%M:%S %Z')"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn clean verify -U -P release-build
- name: Rename WAR
run: mv target/*.war target/goobi.war
- name: Release
id: create_release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 5016846

Please sign in to comment.