mirror of
https://github.com/SoPat712/videospeed.git
synced 2026-04-21 04:42:35 -04:00
Merge main: fix XPI rename glob
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
id: xpi
|
||||
run: |
|
||||
FILE=$(ls web-ext-artifacts/*.xpi | head -n 1)
|
||||
FILE=$(ls web-ext-artifacts/*.zip | head -n 1)
|
||||
XPI="web-ext-artifacts/speeder-${{ github.ref_name }}.xpi"
|
||||
mv "$FILE" "$XPI"
|
||||
echo "file=$XPI" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user