Skip to content

Commit

Permalink
auto pr
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Dec 17, 2024
1 parent d049846 commit 14c133c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

- name: Create pre-release
if: github.ref == 'refs/heads/ps2dev-2023'
if: github.ref == 'refs/heads/ps2dev-2023-maxudma'
uses: softprops/action-gh-release@v1
with:
files: ps2dev-${{matrix.os[0]}}.tar.gz
prerelease: true
name: "Development build"
tag_name: "2023-latest"
tag_name: "2023-maxudma"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 14c133c

Please sign in to comment.