mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
[RELEASE CI] test new release
This commit is contained in:
2
.github/scripts/create-repo.sh
vendored
2
.github/scripts/create-repo.sh
vendored
@@ -11,6 +11,8 @@ mkdir -p repo/
|
|||||||
cp server/build/Tachidesk-*.jar repo/
|
cp server/build/Tachidesk-*.jar repo/
|
||||||
cp server/build/Tachidesk-*.zip repo/
|
cp server/build/Tachidesk-*.zip repo/
|
||||||
|
|
||||||
|
ls repo
|
||||||
|
pwd
|
||||||
|
|
||||||
#if [ "$filter_count" -gt 0 ]; then
|
#if [ "$filter_count" -gt 0 ]; then
|
||||||
# cp server/build/Tachidesk-*.jar repo/
|
# cp server/build/Tachidesk-*.jar repo/
|
||||||
|
|||||||
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -84,11 +84,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: AButler/upload-release-assets@v2.0
|
uses: AButler/upload-release-assets@v2.0
|
||||||
if: "startsWith(github.event.head_commit.message, '[RELEASE CI]')"
|
|
||||||
with:
|
with:
|
||||||
files: 'master/repo/*'
|
files: 'master/repo/*'
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-tag: ${{ github.ref }}
|
# release-tag: ${{ github.ref }}
|
||||||
|
|
||||||
# - name: Checkout repo branch
|
# - name: Checkout repo branch
|
||||||
# if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
|
# if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
|
||||||
|
|||||||
Reference in New Issue
Block a user