Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrSimpodin committed Feb 28, 2024
1 parent 9085092 commit 839c7c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
Configuration: [Debug, Release]
Platform: [x64]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand All @@ -24,7 +24,7 @@ jobs:
${{ github.workspace }}/Update_DirectX_Components.cmd
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2
- name: MSBuild
shell: cmd
run: |
Expand All @@ -51,14 +51,14 @@ jobs:
7z a -t7z -m0=LZMA2:d=96m:fb=273 -mx=9 -mmt=2 ..\..\%OGSR_ARTIFACT_NAME% .\
- name: Upload OGSR artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.1
with:
name: OGSR_Engine_SHOC_EDITION_${{ matrix.Platform }}_2.1.${{ github.run_number }}_${{ matrix.Configuration }}.7z
path: .\OGSR_Engine_SHOC_EDITION_${{ matrix.Platform }}_2.1.${{ github.run_number }}_${{ matrix.Configuration }}.7z

- name: Upload release asset
if: github.event_name == 'release'
uses: tanyagray/action-[email protected].3
uses: Czuz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 839c7c4

Please sign in to comment.