Skip to content

Commit

Permalink
Trying fix hash 4
Browse files Browse the repository at this point in the history
  • Loading branch information
benchdoos committed Oct 22, 2023
1 parent 4490a1d commit 58acb88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
outputs:
WEBLOCOPENERCORE_HASH: test_WEBLOCOPENERCORE_HASH
WEBLOCOPENER_HASH: test_WEBLOCOPENER_HASH
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down Expand Up @@ -62,6 +65,7 @@ jobs:
id: weblocopener_hash
run: |
echo "WEBLOCOPENER_HASH=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo ${{steps.weblocopenercore_hash.outputs.WEBLOCOPENERCORE_HASH}}
echo $GITHUB_OUTPUT
- name: Upload WeblocOpener.deb
Expand Down

0 comments on commit 58acb88

Please sign in to comment.