Skip to content

Commit

Permalink
apparently checkout action deletes all prior content
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcaro committed Jan 28, 2025
1 parent 431917c commit 58ece2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-optimized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@ jobs:
runs-on: ubuntu-latest
needs: [linux, windows, macos]
steps:
- uses: actions/checkout@v4
- name: Download binaries
uses: actions/download-artifact@v4
with:
path: builds/
- name: Acquire license
uses: actions/checkout@v4
- name: Create zips
run: |
mv builds/linux-x64-gui.zip/flips flips
Expand Down

0 comments on commit 58ece2f

Please sign in to comment.