Skip to content

Commit

Permalink
Merge pull request #2 from BytexGrid/patches
Browse files Browse the repository at this point in the history
Patches
  • Loading branch information
BytexGrid authored Dec 29, 2024
2 parents 11c818b + cf47520 commit 2cd50dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:

permissions:
contents: write
packages: read # for package dependencies
actions: read # for checking out code

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608

- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -67,7 +69,7 @@ jobs:
run: Compress-Archive -Path "publish/*" -DestinationPath "NeatShift-Release.zip"

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

0 comments on commit 2cd50dd

Please sign in to comment.