remove donwload
Some checks failed
godot-ci export / Steam Publish (push) Failing after 42s

This commit is contained in:
2025-07-06 12:31:08 -07:00
parent 78c3da1f3b
commit ba1abede23

View File

@ -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