Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasksomatotoian authored Jan 2, 2024
1 parent 55cf5ee commit ea32659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
echo "::set-output name=assemblyVersion::$version"
shell: powershell

- name: Zip the artifacts
- name: Create Zip
run: Compress-Archive -Path ${{ github.workspace }}\Snaffler\bin\Release\* -DestinationPath .\Snaffler.zip
shell: powershell

- name: Create Release
id: create_release
uses: actions/create-release@v3
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit ea32659

Please sign in to comment.