Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit aeb3aae

Browse files
Fix path stuff
1 parent d4b6727 commit aeb3aae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
name: "build"
6363
path: "build"
64-
- name: Upload to Universal-Team/Relaunch release
64+
- name: Upload to ${{ github.repository }} release
6565
if: ${{ startsWith(github.ref, 'refs/tags') }}
6666
run: |
6767
ID=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH)
@@ -81,7 +81,7 @@ jobs:
8181
git config --global user.name "TWLBot"
8282
git clone --depth 1 https://${{ secrets.TWLBOT_TOKEN }}@github.com/Universal-Team/extras.git
8383
cd extras/builds/Relaunch/
84-
cp ../../../builds/Relaunch.7z Relaunch.7z
84+
cp ${{ github.workspace }}/builds/* .
8585
git stage .
8686
git commit -m "Relaunch | $COMMIT_TAG"
8787
git tag v$CURRENT_DATE

0 commit comments

Comments
 (0)