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

Commit

Permalink
change home url
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Apr 18, 2024
1 parent 9ce72fd commit 23ef066
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ jobs:
run: |
7z a -tzip ${{ github.workspace }}/bin/OpenHack-Nightly.zip ${{ github.workspace }}/bin/standalone/*
- name: Get latest release tag
id: get_latest_release
run: echo ::set-output name=tag::$(curl -s https://api.github.com/repos/Prevter/OpenHack/releases/latest | jq -r .tag_name)

- name: Create nightly release
uses: andelf/nightly-release@main
env:
Expand All @@ -126,7 +130,7 @@ jobs:
> **Note:** This build is not stable and may contain bugs.
Changes since the last release: https://github.com/Prevter/OpenHack/compare/${{ github.repository.releases[0].tag_name }}...nightly
Changes since the last release: https://github.com/Prevter/OpenHack/compare/${{ steps.get_latest_release.outputs.tag }}...nightly
files: |
${{ github.workspace }}/bin/OpenHack-Nightly.zip
${{ github.workspace }}/bin/prevter.openhack.geode
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
project(
OpenHack
VERSION 2.2.2.1
HOMEPAGE_URL "https://github.com/Prevter/GDOpenHack"
HOMEPAGE_URL "https://github.com/Prevter/OpenHack"
LANGUAGES C CXX
)

Expand Down

0 comments on commit 23ef066

Please sign in to comment.