Skip to content

Commit

Permalink
Merge pull request #3969 from KBVE/patch-atomic-ci-change-missed-02-1…
Browse files Browse the repository at this point in the history
…8-2025-1739860316

[CI] Merge patch-atomic-ci-change-missed-02-18-2025-1739860316 into dev
  • Loading branch information
h0lybyte authored Feb 18, 2025
2 parents 47b55bd + d202d2c commit a9adda1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust-dll-tower-defense-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jobs:
with:
name: rust_godot_towerdefense
path: temp_dll

- name: List Downloaded Files
run: ls -R temp_dll

- name: Extract DLL
run: |
unzip temp_dll/rust_godot_towerdefense.zip -d temp_dll
- name: Replace Existing DLL
run: |
Expand Down

0 comments on commit a9adda1

Please sign in to comment.