Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Dec 19, 2024
1 parent 0e08ea6 commit 04baefa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,13 @@ jobs:
with:
files: ps2dev-${{matrix.os[0]}}.tar.gz
prerelease: true
name: "Development build"
tag_name: "2023-test"
name: "Development build for ps2dev-2023-test"
tag_name: "2023-test-${{ steps.slug.outputs.sha8 }}"
body: |
**Branch**: ps2dev-2023-test
**Commit SHA**: ${{ github.sha }}
**Build Date**: ${{ github.event.repository.updated_at }}
This is a development build based on the latest updates in the `ps2dev-2023-test` branch.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 04baefa

Please sign in to comment.