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