mirror of
https://github.com/zephrynis/ptero-sidebar.git
synced 2026-04-17 09:31:55 +00:00
Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b43c587c91 | ||
|
|
b69f98142f | ||
|
|
e216327ce2 | ||
|
|
4b5a0bb502 | ||
|
|
4abb89d49d | ||
|
|
93c3b03b78 | ||
|
|
bba36bbc66 | ||
|
|
5de37d4035 | ||
|
|
01aaa8ecfa | ||
|
|
e7c1c95f6a | ||
|
|
b47cf5b059 | ||
|
|
5f490f9128 | ||
|
|
597b1e9d75 | ||
|
|
d8ac0ea668 |
14
.github/workflows/export_ext.yml
vendored
14
.github/workflows/export_ext.yml
vendored
@@ -23,9 +23,9 @@ jobs:
|
||||
echo "Detected version: $VERSION"
|
||||
echo "::set-output name=VERSION::$VERSION"
|
||||
|
||||
- name: Create zip of project files
|
||||
run: |
|
||||
zip -r sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint . -x "*.git*"
|
||||
- name: Blueprint Build
|
||||
id: blueprint_build
|
||||
uses: zephrynis/blueprint-export@v1.0.0
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
@@ -34,8 +34,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
tag_name: ${{ steps.get_version.outputs.VERSION }}
|
||||
release_name: Release v${{ steps.get_version.outputs.VERSION }}
|
||||
body: "${{ github.event.head_commit.message }}"
|
||||
release_name: v${{ steps.get_version.outputs.VERSION }}
|
||||
body: "${{ github.event.head_commit.message }}\n\n# Steps to install\n1. Drop sidebar.blueprint into your pterodactyl root folder (This is usually /var/www/pterodactyl/)\n2. Run `blueprint -i sidebar` in the terminal"
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint
|
||||
asset_name: sidebar-${{ steps.get_version.outputs.VERSION }}.blueprint
|
||||
file: ${{ steps.blueprint_build.outputs.FILE }}
|
||||
asset_name: ${{ steps.blueprint_build.outputs.FILE }}
|
||||
tag: ${{ steps.get_version.outputs.VERSION }}
|
||||
overwrite: true
|
||||
|
||||
Reference in New Issue
Block a user