Skip to content

Commit

Permalink
fixing naming
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantacroce committed Jan 18, 2024
1 parent f7e2a83 commit 46d2545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
if [ ${{ matrix.os }} != 'windows-latest' ]; then
chmod +x ./Godot_v4.2.1-stable_${{ matrix.platform }}.64
fi
./Godot_v4.2.1-stable_${{ matrix.platform }}.64 --export "${{ matrix.platform }}" mygame.${{ matrix.extension }}
./Godot_v4.2.1-stable_${{ matrix.platform }}.64 --export "${{ matrix.platform }}" drivechain.${{ matrix.extension }}
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: mygame-${{ matrix.platform }}
path: mygame.${{ matrix.extension }}
name: drivechain-${{ matrix.platform }}
path: drivechain.${{ matrix.extension }}

0 comments on commit 46d2545

Please sign in to comment.