Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Nov 30, 2023
1 parent e73e87c commit 0480b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive
shell: sh
run: zip -j "godot-box2d.v${steps.version.outputs.version}.zip" godot-box2d/*
run: zip -j "godot-box2d.v${{steps.version.outputs.version}}.zip" godot-box2d/*
- name: Release
uses: softprops/action-gh-release@v1
with:
name: Godot Box2D ${{ steps.version.outputs.version }}
files: godot-box2d.v${steps.version.outputs.version}.zip
files: godot-box2d.v${{ steps.version.outputs.version }}.zip
generate_release_notes: true
draft: true
prerelease: true
Expand Down

0 comments on commit 0480b4f

Please sign in to comment.