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