Skip to content

Commit 5a3284b

Browse files
committed
fixing the asset naming
1 parent 6465d5d commit 5a3284b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,16 @@ jobs:
106106
BUILD_COMMIT: ${{ steps.get-build-commit.outputs.build-commit }}
107107
PACKAGE_VERSION: ${{ needs.setup.outputs.release-version }}
108108
run: |
109-
ls -alth
109+
ls -atlh
110110
111-
mv browser-source.zip browser-source-$PACKAGE_VERSION.zip
111+
mv browser-source-$BUILD_COMMIT.zip browser-source-$PACKAGE_VERSION.zip
112112
mv dist-chrome.zip dist-chrome-$PACKAGE_VERSION.zip
113113
mv dist-opera.zip dist-opera-$PACKAGE_VERSION.zip
114114
mv dist-firefox.zip dist-firefox-$PACKAGE_VERSION.zip
115115
mv dist-edge.zip dist-edge-$PACKAGE_VERSION.zip
116116
117+
ls -atlh
118+
117119
- name: Create release
118120
uses: ncipollo/release-action@95215a3cb6e6a1908b3c44e00b4fdb15548b1e09
119121
with:

0 commit comments

Comments
 (0)