mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-07-16 21:51:35 -04:00
gitea should be the path name
This commit is contained in:
10
.github/workflows/forgejo-build.yml
vendored
10
.github/workflows/forgejo-build.yml
vendored
@ -85,19 +85,19 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd forgejo-source
|
cd forgejo-source
|
||||||
ARTIFACT_NAME="forgejo-${{ runner.os }}"
|
ARTIFACT_NAME="gitea-${{ runner.os }}"
|
||||||
if [ "${{ runner.os }}" = "Windows" ]; then
|
if [ "${{ runner.os }}" = "Windows" ]; then
|
||||||
mv forgejo.exe "${ARTIFACT_NAME}.exe"
|
mv gitea.exe "${ARTIFACT_NAME}.exe"
|
||||||
else
|
else
|
||||||
mv forgejo "${ARTIFACT_NAME}"
|
mv gitea "${ARTIFACT_NAME}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
- name: Upload Build Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: forgejo-${{ runner.os }}
|
name: gitea-${{ runner.os }}
|
||||||
path: |
|
path: |
|
||||||
forgejo-source/forgejo-${{ runner.os }}*
|
forgejo-source/gitea-${{ runner.os }}*
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
Reference in New Issue
Block a user