mirror of
https://github.com/rehlds/reapi.git
synced 2025-07-19 11:46:28 +03:00
[ci] updated resources
This commit is contained in:
parent
5b495c322c
commit
5a3cdacd6f
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -76,10 +76,10 @@ jobs:
|
|||||||
$toolset = '${{ steps.select_toolset.outputs.toolset }}'
|
$toolset = '${{ steps.select_toolset.outputs.toolset }}'
|
||||||
msbuild ${{ env.solution }} -p:Configuration="${{ env.buildRelease }}" /t:Clean,Build /p:Platform=${{ env.buildPlatform }} /p:PlatformToolset=$toolset /p:XPDeprecationWarning=false
|
msbuild ${{ env.solution }} -p:Configuration="${{ env.buildRelease }}" /t:Clean,Build /p:Platform=${{ env.buildPlatform }} /p:PlatformToolset=$toolset /p:XPDeprecationWarning=false
|
||||||
|
|
||||||
# - name: Get rcedit from chocolatey
|
- name: Get rcedit from chocolatey
|
||||||
# shell: pwsh
|
shell: pwsh
|
||||||
# run: |
|
run: |
|
||||||
# choco install rcedit -y
|
choco install rcedit -y
|
||||||
|
|
||||||
- name: Move files
|
- name: Move files
|
||||||
run: |
|
run: |
|
||||||
@ -114,6 +114,11 @@ jobs:
|
|||||||
- name: Show version
|
- name: Show version
|
||||||
run: echo "Version is ${{ steps.get_version.outputs.version }}"
|
run: echo "Version is ${{ steps.get_version.outputs.version }}"
|
||||||
|
|
||||||
|
- name: Edit resources at windows binaries
|
||||||
|
run: |
|
||||||
|
rcedit ${{ github.workspace }}\publish\addons\amxmodx\modules\reapi_amxx.dll --set-version-string CompanyName "ReHLDS Dev Team" --set-version-string LegalCopyright "Copyright 2025 ReHLDS DevTeam" --set-icon reapi/msvc/icon.ico
|
||||||
|
shell: "pwsh"
|
||||||
|
|
||||||
- name: Import PFX and sign
|
- name: Import PFX and sign
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
env:
|
env:
|
||||||
@ -307,5 +312,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
*.zip
|
*.zip
|
||||||
|
*.7z
|
||||||
|
*.asc
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.API_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.API_TOKEN }}
|
||||||
|
BIN
reapi/msvc/icon.ico
Normal file
BIN
reapi/msvc/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
Loading…
x
Reference in New Issue
Block a user