I'm really sorry. Is there any way I can test this locally?

This commit is contained in:
vorotamoroz
2025-11-17 13:16:50 +09:00
parent ca8af80a27
commit 5130bc5f2a

View File

@@ -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 }}