well... gitea runners are.. act.. runners.

This commit is contained in:
Czarek Nakamoto
2023-12-27 23:11:55 +01:00
parent 07f56276b0
commit c13769afa2

View File

@@ -305,9 +305,9 @@ jobs:
cd ${{ github.workspace }}/libbridge/build/ \
&& mv libwallet2_api_c.so ${{ matrix.host_triplet }}_libwallet2_api_c.so \
&& sha256sum ${{ matrix.host_triplet }}_libwallet2_api_c.so > ${{ matrix.host_triplet }}_libwallet2_api_c.so.sha256
- name: act - copy workspace to /opt/wspace
if: ${{ env.ACT }}
run: cp -a ${{ github.workspace }} /opt/wspace
# - name: act - copy workspace to /opt/wspace
# if: ${{ env.ACT }}
# run: cp -a ${{ github.workspace }} /opt/wspace
- name: Create release
uses: https://gitea.com/akkuman/gitea-release-action@v1
with: