We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ba003 commit ec2f270Copy full SHA for ec2f270
.github/workflows/dotnet.yml
@@ -60,17 +60,15 @@ jobs:
60
run: Remove-Item -Path '*.pdb' -Force -Recurse
61
shell: pwsh
62
63
+
64
- uses: vimtor/action-zip@v1
65
with:
66
files: ./Source/${{ env.SOLUTION_DIR }}/${{matrix.OUTPUTDIR}}/
67
dest: ${{ env.SOLUTION_DIR }}/${{matrix.OUTPUTDIR}}.zip
68
- - name: Create Github Release
69
- uses: "marvinpinto/action-automatic-releases@latest"
+ - name: Release
70
+ uses: softprops/action-gh-release@v1
71
+ if: startsWith(github.ref, 'refs/tags/')
72
- repo_token: "${{ secrets.GITHUB_TOKEN }}"
- automatic_release_tag: "latest"
73
- prerelease: false
74
- title: VisualPairCoding v1.${{github.run_number}}
75
files: |
76
${{ env.SOLUTION_DIR }}/${{matrix.OUTPUTDIR}}.zip
0 commit comments