aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-15 12:39:20 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-15 12:39:20 +0300
commit1f2b0ad698a892f0d1c163d3181655205636a8a0 (patch)
treebdc91e0ba67d4e78c4c990d654094467f1085d79 /.github
parent47372c2fbd2592c6841f4f456d656d8915d3598b (diff)
parent9908e115aa6bdfcceefd1425406d1b6d1c1bdec4 (diff)
downloadPrismLauncher-1f2b0ad698a892f0d1c163d3181655205636a8a0.tar.gz
PrismLauncher-1f2b0ad698a892f0d1c163d3181655205636a8a0.tar.bz2
PrismLauncher-1f2b0ad698a892f0d1c163d3181655205636a8a0.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into installed_mods
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/trigger_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml
index 3c56a38e..f19b8398 100644
--- a/.github/workflows/trigger_release.yml
+++ b/.github/workflows/trigger_release.yml
@@ -47,7 +47,7 @@ jobs:
mv PrismLauncher-macOS-Legacy*/PrismLauncher.tar.gz PrismLauncher-macOS-Legacy-${{ env.VERSION }}.tar.gz
mv PrismLauncher-macOS*/PrismLauncher.tar.gz PrismLauncher-macOS-${{ env.VERSION }}.tar.gz
- tar -czf PrismLauncher-${{ env.VERSION }}.tar.gz PrismLauncher-${{ env.VERSION }}
+ tar --exclude='.git' -czf PrismLauncher-${{ env.VERSION }}.tar.gz PrismLauncher-${{ env.VERSION }}
for d in PrismLauncher-Windows-MSVC*; do
cd "${d}" || continue