Skip to content

Commit

Permalink
UPBGE: Update weekly-automatic-builds.yml
Browse files Browse the repository at this point in the history
Add version to automated builds
  • Loading branch information
lordloki authored Feb 6, 2025
1 parent cf21d84 commit 37479e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/weekly-automatic-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
- name: Upload Build as Artifact
uses: actions/upload-artifact@v4
with:
name: upbge-${{ matrix.os }}-${{ matrix.arch }}
path: upbge-${{ matrix.os }}-${{ matrix.arch }}-*.*
name: upbge-0.45-alpha-${{ matrix.os }}-${{ matrix.arch }}
path: upbge-0.45-alpha-${{ matrix.os }}-${{ matrix.arch }}-*.*
retention-days: 7

release:
Expand All @@ -163,7 +163,7 @@ jobs:
tag_name: weekly-build-${{ github.run_number }}
name: Weekly UPBGE Build # Title in the Release webpage
body: |
**Automated Weekly Build of UPBGE**
**Automated Weekly Build of UPBGE 0.45 Alpha**
- Linux (x86_64)
- Windows (x86_64, ARM64)
- macOS (Intel, ARM64)
Expand Down

0 comments on commit 37479e8

Please sign in to comment.