Skip to content

Commit

Permalink
Merge pull request #4 from BytexGrid/patch
Browse files Browse the repository at this point in the history
yml fixes
  • Loading branch information
BytexGrid authored Dec 29, 2024
2 parents 5abc4a8 + c55e39a commit 9fa9518
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.6.0
- uses: actions/[email protected]

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 6.0.x

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
run: Compress-Archive -Path "publish/*" -DestinationPath "NeatShift-Release.zip"

- name: Create Release
uses: softprops/action-gh-release@2d55137cf0138d7d00e44ac88164061b5fd25d81 # v1
uses: softprops/action-gh-release@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 9fa9518

Please sign in to comment.