Skip to content

Commit

Permalink
Fix VT report link in release description
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 15, 2023
1 parent 179be76 commit 08bfdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/glpi-agentmonitor-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:
- name: Get sha256 sums
id: sha256
run: |
read X64 XXX <<< GLPI-AgentMonitor-x64.exe
read X86 XXX <<< GLPI-AgentMonitor-x86.exe
read X64 XXX <<< $( sha256sum GLPI-AgentMonitor-x64.exe )
read X86 XXX <<< $( sha256sum GLPI-AgentMonitor-x86.exe )
echo "GLPI-AgentMonitor-x64.exe SHA256: $X64"
echo "GLPI-AgentMonitor-x86.exe SHA256: $X86"
echo "x64=$X64" >>$GITHUB_OUTPUT
Expand Down

0 comments on commit 08bfdba

Please sign in to comment.