mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-17 11:42:40 +00:00
Remove unnecessary commit setting
This commit is contained in:
1
.github/workflows/build_nupkg.yml
vendored
1
.github/workflows/build_nupkg.yml
vendored
@@ -36,7 +36,6 @@ jobs:
|
||||
allowUpdates: True
|
||||
artifacts: 'BinaryObjectScanner/bin/Release/*.nupkg'
|
||||
body: 'Last built commit: ${{ github.sha }}'
|
||||
commit: ${{ github.sha }}
|
||||
name: 'Rolling Release'
|
||||
prerelease: True
|
||||
replacesArtifacts: True
|
||||
|
||||
1
.github/workflows/build_test.yml
vendored
1
.github/workflows/build_test.yml
vendored
@@ -46,7 +46,6 @@ jobs:
|
||||
allowUpdates: True
|
||||
artifacts: ${{ matrix.project }}_${{ matrix.framework }}_${{ matrix.runtime }}_${{ matrix.conf }}.zip
|
||||
body: 'Last built commit: ${{ github.sha }}'
|
||||
commit: ${{ github.sha }}
|
||||
name: 'Rolling Release'
|
||||
prerelease: True
|
||||
replacesArtifacts: True
|
||||
|
||||
Reference in New Issue
Block a user