1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-25 06:42:22 -05:00
This commit is contained in:
Vince Grassia 2023-11-16 00:20:05 -05:00
parent 4a00dfc3ce
commit e3c08a28b2
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -317,10 +317,10 @@ jobs:
cd build
zip -r ${{ matrix.project_name }}.zip .
mv ${{ matrix.project_name }}.zip ../../../
mv ${{ matrix.project_name }}.zip ../
pwd
ls -atlh ../../../
ls -atlh ../
- name: Upload project artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3