ci: upx!
Build / build (push) Successful in 1m53s Details
Test / test (push) Successful in 35s Details

This commit is contained in:
Ash Keel 2024-04-20 23:06:20 +02:00
parent bba0bce1ec
commit 06f7e9be98
No known key found for this signature in database
GPG Key ID: 53A9E9A6035DD109
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
release:
runs-on: docker
container:
image: ghcr.io/ashkeel/cross-wails:v2.8.1@sha256:f40cd11894cb7b4bdacf72830337a0b2c81bc49becdba7ca3a6c7c39238de888
image: ghcr.io/ashkeel/cross-wails:v2.8.1@sha256:205e8cd7128765972de385919a0d9b389dc20541569d7c7b2251b964ed1110fe
credentials:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PASSWORD }}
@ -38,5 +38,5 @@ jobs:
secret_key: ${{ secrets.MINIO_SECRET }}
bucket: strimertul-builds
source: ./${{ github.ref_name }}/
target: /
target: /${{ github.ref_name }}/
recursive: true