mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-25 15:41:30 +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
|
npm run build --if-present
|
||||||
# Package the required files into a zip
|
# Package the required files into a zip
|
||||||
- name: Determine Asset Suffix
|
- name: Determine Asset Suffix
|
||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.ref_name }}" = "main" ]; then
|
if [ "${{ github.ref_name }}" = "main" ]; then
|
||||||
echo "asset_suffix=" >> $GITHUB_OUTPUT
|
echo "asset_suffix=" >> $GITHUB_OUTPUT
|
||||||
else
|
else
|
||||||
echo "asset_suffix=-${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
echo "asset_suffix=-${{ github.ref_name }}" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
- name: Package
|
- name: Package
|
||||||
run: |
|
run: |
|
||||||
mkdir ${{ github.event.repository.name }}
|
mkdir ${{ github.event.repository.name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user