Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Nov 18, 2024
1 parent af4e921 commit 2fd8a0a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@ jobs:
cd "$PROJECT_PATH"
godot --headless --verbose --export-release "windows" \
"$EXPORT_DIR/windows/$EXPORT_NAME.exe"
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: windows
path: build/windows
- name: Upload to Release
uses: svenstaro/upload-release-action@v2
with:
file: build/windows/*.exe
file_glob: true
file: build/windows/bited.exe
export-linux:
name: Linux Export
runs-on: ubuntu-latest
Expand All @@ -67,8 +61,7 @@ jobs:
- name: Upload to Release
uses: svenstaro/upload-release-action@v2
with:
file: build/linux/*.x86_64
file_glob: true
file: build/linux/bited.x86_64
export-mac:
name: Mac Export
runs-on: ubuntu-latest
Expand All @@ -94,5 +87,4 @@ jobs:
- name: Upload to Release
uses: svenstaro/upload-release-action@v2
with:
file: build/mac/*.zip
file_glob: true
file: build/mac/bited.zip

0 comments on commit 2fd8a0a

Please sign in to comment.