Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Jan 17, 2024
1 parent 1a45810 commit 64dd98b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/editor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Important: fetch all history so we can get all tags
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
name: Binaries
path: x64/Release
- name: Calculate new version
id: versioning
shell: bash
Expand Down

0 comments on commit 64dd98b

Please sign in to comment.