Skip to content

Commit

Permalink
Update GH actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 authored Feb 25, 2024
1 parent bc71210 commit d435e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ jobs:
build-release:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Publish release build
run: dotnet publish -c Release -p:PublishProfile=Standalone
- name: Print published executable hash
run: (Get-FileHash src/bin/Release/standalone/Win10BloatRemover.exe).Hash
- name: Copy Readme and License near published executable
run: cp @('LICENSE', 'README.md') -Destination src/bin/Release/standalone
- name: Upload release files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Win10BloatRemover_${{ github.ref_name }}
path: src/bin/Release/standalone/*
Expand Down

0 comments on commit d435e69

Please sign in to comment.