Skip to content

Commit

Permalink
Fix release not working, due to different repository name internally
Browse files Browse the repository at this point in the history
  • Loading branch information
Patralos committed Aug 23, 2023
1 parent ae00869 commit 0b15fb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ release_job_github:
- sed -i "/^dist$/d" rendering/.gitignore
- rm -rf api/.vscode
# Create archive
- mkdir -p /tmp/sysreptor
- cp -r * .gitignore .dockerignore /tmp/sysreptor
- tar -czf /tmp/source-prebuilt.tar.gz -C /tmp sysreptor --exclude=sysreptor/.git

# Upload to GitHub
Expand Down

0 comments on commit 0b15fb4

Please sign in to comment.