Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yatima1460 committed May 15, 2024
1 parent ba5ff40 commit a5bf01d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,18 @@ jobs:

- name: Create a Release
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: "marvinpinto/action-automatic-releases@latest"
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
name: Rolling Release
tag_name: latest
body: |
rolling release
draft: false
prerelease: true
title: "Development Build"
files: bin\Drill_win-x64.exe


#- name: Build MAUI
# run: dotnet publish --maxCpuCount -f net8.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None .\Drill\Drill.csproj

Expand Down

0 comments on commit a5bf01d

Please sign in to comment.