mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 01:35:57 +00:00
I'm really sorry. Is there any way I can test this locally?
This commit is contained in:
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -31,13 +31,13 @@ jobs:
|
||||
npm run build --if-present
|
||||
# Package the required files into a zip
|
||||
- name: Determine Asset Suffix
|
||||
id: vars
|
||||
run: |
|
||||
if [ "${{ github.ref_name }}" = "main" ]; then
|
||||
echo "asset_suffix=" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "asset_suffix=-${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
id: vars
|
||||
run: |
|
||||
if [ "${{ github.ref_name }}" = "main" ]; then
|
||||
echo "asset_suffix=" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "asset_suffix=-${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
- name: Package
|
||||
run: |
|
||||
mkdir ${{ github.event.repository.name }}
|
||||
|
||||
Reference in New Issue
Block a user