Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Fix path stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
NightScript370 authored Jul 14, 2020
1 parent d4b6727 commit aeb3aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
name: "build"
path: "build"
- name: Upload to Universal-Team/Relaunch release
- name: Upload to ${{ github.repository }} release
if: ${{ startsWith(github.ref, 'refs/tags') }}
run: |
ID=$(jq --raw-output '.release.id' $GITHUB_EVENT_PATH)
Expand All @@ -81,7 +81,7 @@ jobs:
git config --global user.name "TWLBot"
git clone --depth 1 https://${{ secrets.TWLBOT_TOKEN }}@github.com/Universal-Team/extras.git
cd extras/builds/Relaunch/
cp ../../../builds/Relaunch.7z Relaunch.7z
cp ${{ github.workspace }}/builds/* .
git stage .
git commit -m "Relaunch | $COMMIT_TAG"
git tag v$CURRENT_DATE
Expand Down

0 comments on commit aeb3aae

Please sign in to comment.