diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2023-12-27 23:11:55 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2023-12-27 23:11:55 +0100 |
| commit | c13769afa2fbf2ec70dc3e3ea13b36ab571d41d2 (patch) | |
| tree | b2a1fdb525794298fb5e36ba17378fd80766b379 | |
| parent | 07f56276b0d8aaa6870e317340676e1454ea5de6 (diff) | |
well... gitea runners are.. act.. runners.
| -rw-r--r-- | .github/workflows/android.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 53e0280..76ec7ea 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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: |
