Skip to content

Commit

Permalink
update release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
smorks committed Mar 14, 2023
1 parent 6ad9869 commit 6cbad44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
runs-on: 'windows-2019'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1.0.0
uses: devops-actions/action-get-tag@v1.0.1
- id: dlkp
name: Download Keepass
uses: smorks/keepass-download-action@v0.0.5
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v1
- name: Extract KeePass and Build
run: |
mkdir build
Expand All @@ -42,7 +42,7 @@ jobs:
$hash = (Get-FileHash "$plgx" sha256).Hash.ToLower()
Add-Content -Path 'release.txt' -Value ('* '+$plgx,(' * '+$hash))
- name: Publish Release
uses: softprops/action-gh-release@v0.1.12
uses: softprops/action-gh-release@v0.1.15
with:
body_path: release.txt
files: |
Expand Down

0 comments on commit 6cbad44

Please sign in to comment.