Skip to content

Commit

Permalink
Merge branch 'create-release-workflow' of https://github.com/Kirisame…
Browse files Browse the repository at this point in the history
…Marisa/BocchiTracker into create-release-workflow
  • Loading branch information
KirisameMarisa committed Jan 6, 2024
2 parents fca0147 + 7774498 commit 540b31c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ jobs:
contents: write
pull-requests: write

runs-on: ubunth-latest
runs-on: ubuntu-latest

steps:
- uses: release-drafter/release-drafter@v5
id: create_draft
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

upload_asset:
needs: create_draft_release
runs-on: windows-latest

steps:
Expand Down Expand Up @@ -78,4 +80,4 @@ jobs:
upload_url: ${{ steps.create-draft.outputs.upload_url }}
asset_path: ./Godot.zip
asset_name: Godot.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 540b31c

Please sign in to comment.