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