Skip to content

Commit

Permalink
test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannoe committed Sep 22, 2020
1 parent c68eda7 commit 546cd1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 63 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
path: KeeTrayTOTP\bin\ReleasePlgx\KeeTrayTOTP.plgx

- name: Generate hashes
uses: MCJack123/ghaction-generate-release-hashes@v1
with:
hash-type: sha1
file-name: KeeTrayTOTP.plgx
run: |
foreach ($algorithm in (Get-Command Get-FileHash).Parameters["Algorithm"].Attributes[1].ValidValues)
{
Add-Content hashes.txt "$algorithm: $((Get-FileHash test.log -Algorithm $algorithm).Hash)"
}
shell: pwsh

- name: Create prerelease
uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -51,3 +53,4 @@ jobs:
title: "Development Build"
files: |
**/KeeTrayTOTP.plgx
hashes.txt
59 changes: 0 additions & 59 deletions .github/workflows/sonarqube.yml

This file was deleted.

0 comments on commit 546cd1c

Please sign in to comment.