mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Resolve comments
This commit is contained in:
parent
5b32a73ca7
commit
abb7b252a0
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
jobs:
|
||||
FLHook:
|
||||
runs-on: windows-latest
|
||||
if: ${{ !contains(github.event.head_commit.message, 'Updated FLHook') }}
|
||||
if: ${{ !contains(github.event.head_commit.message, 'Update FLHook') }}
|
||||
steps:
|
||||
- name: Get last FLHook tag
|
||||
uses: actions/checkout@v3
|
||||
@ -55,5 +55,5 @@ jobs:
|
||||
git config user.email github-actions@github.com
|
||||
git add EXE
|
||||
git add .github/workflows/flhooktag
|
||||
git commit -m "Updated FLHook to $env:TAG"
|
||||
git commit -m "Update FLHook to $env:TAG"
|
||||
git push
|
||||
|
@ -14,7 +14,7 @@ Thorn.dll
|
||||
DebugLib.dll
|
||||
rp8.dll
|
||||
shading.dll
|
||||
FLHook.dll
|
||||
;FLHook.dll
|
||||
|
||||
[System]
|
||||
DirectX8
|
||||
|
Loading…
Reference in New Issue
Block a user