Skip to content

Commit

Permalink
Trying fix hash 12
Browse files Browse the repository at this point in the history
  • Loading branch information
benchdoos committed Oct 22, 2023
1 parent 319dd6b commit 6e984b1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,19 @@ jobs:
- name: Get commit hash for WeblocOpenerCore
id: weblocopenercore_hash
run: echo "WEBLOCOPENERCORE_HASH=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
run: |
cd weblocopenercore
echo "WEBLOCOPENERCORE_HASH=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo WeblocOpenerCore hash: $WEBLOCOPENER_HASH
- name: Build WeblocOpener
run: mvn -B clean package -P build-setup,build-deb,build-exe --file pom.xml

- name: Get commit hash for WeblocOpener
id: weblocopener_hash
run: echo "WEBLOCOPENER_HASH=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
run: |
echo "WEBLOCOPENER_HASH=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo WeblocOpener hash: $WEBLOCOPENER_HASH
- name: Upload WeblocOpener.deb
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6e984b1

Please sign in to comment.