Skip to content

Commit

Permalink
Merge pull request #302 from asv-soft/asv-soft-u03-patch-2
Browse files Browse the repository at this point in the history
Change executable workflow
  • Loading branch information
asv-soft-u01 authored Jun 5, 2024
2 parents eaed37a + 42015d5 commit a1d05ca
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ReleaseDeployAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ on:
# Automatically create a GitHub Release, with release details specified (the relevant commits)
jobs:
release:
name: "Release"
name: "Release on Windows"
runs-on: "windows-latest"

steps:
- uses: "asv-soft/action-automatic-release@updated20"
with:
repo_token: "${{ secrets.GIHUB_NUGET_AUTH_TOKEN }}"
prerelease: false
files: |
*Setup.exe
*.zip
- uses: "asv-soft/asv-drones/.github/workflows/Build for Windows@v1"

0 comments on commit a1d05ca

Please sign in to comment.