Skip to content

Commit

Permalink
Fixing zip
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmello committed Nov 4, 2023
1 parent 495b5e0 commit 2b721e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
run: dotnet restore
- name: Build & Publish
run: dotnet publish -c Release -r win-x64 -o output
- name: Archive Release
- name: Zip Output
uses: thedoctor0/[email protected]
with:
type: "zip"
path: output/aws-cred-mgr.exe
directory: output/
path: aws-cred-mgr.exe
filename: "aws-cred-mgr-win-x64.zip"
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 2b721e4

Please sign in to comment.