This commit is contained in:
@ -111,23 +111,23 @@ jobs:
|
|||||||
# Run once to initialize
|
# Run once to initialize
|
||||||
~/steamcmd/steamcmd.sh +quit
|
~/steamcmd/steamcmd.sh +quit
|
||||||
|
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
# uses: https://gitea.com/actions/checkout@v4
|
||||||
with:
|
# with:
|
||||||
lfs: true
|
# lfs: true
|
||||||
|
|
||||||
# Download artifacts, this isn't done automatially like it was in gitlab
|
# # Download artifacts, this isn't done automatially like it was in gitlab
|
||||||
- name: Download Windows Artifacts
|
# - name: Download Windows Artifacts
|
||||||
uses: https://gitea.com/actions/download-artifact@v3
|
# uses: https://gitea.com/actions/download-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: windows
|
# name: windows
|
||||||
path: build/bin/windows
|
# path: build/bin/windows
|
||||||
|
|
||||||
- name: Download Linux Artifacts
|
# - name: Download Linux Artifacts
|
||||||
uses: https://gitea.com/actions/download-artifact@v3
|
# uses: https://gitea.com/actions/download-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: linux
|
# name: linux
|
||||||
path: build/bin/linux
|
# path: build/bin/linux
|
||||||
|
|
||||||
- name: Restore Cache
|
- name: Restore Cache
|
||||||
uses: https://gitea.com/actions/cache/restore@v3
|
uses: https://gitea.com/actions/cache/restore@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user