Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
5idereal authored Oct 28, 2023
1 parent 3aefe2f commit ec34c5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate release tag
id: tag
run: |
echo "::set-output name=release_tag::Build_$(date +"%Y%m%d_%H%M")"
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -16,4 +20,5 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
files: ./build/releases/*.aseprite-extension

0 comments on commit ec34c5e

Please sign in to comment.