1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

removed the unneeded build-commit env var

This commit is contained in:
Joseph Flinn
2021-10-27 11:48:50 -07:00
parent e4fc715b35
commit fed6a81f6b

View File

@@ -97,7 +97,6 @@ jobs:
- name: Rename build artifacts - name: Rename build artifacts
env: env:
BUILD_COMMIT: ${{ steps.get-build-commit.outputs.build-commit }}
PACKAGE_VERSION: ${{ needs.setup.outputs.release-version }} PACKAGE_VERSION: ${{ needs.setup.outputs.release-version }}
run: | run: |
mv browser-source.zip browser-source-$PACKAGE_VERSION.zip mv browser-source.zip browser-source-$PACKAGE_VERSION.zip