diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 621be4d5..1438c662 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -34,7 +34,7 @@ jobs: | |||
34 | shell: cmd | 34 | shell: cmd |
35 | run: ./src/build_official.cmd | 35 | run: ./src/build_official.cmd |
36 | env: | 36 | env: |
37 | RuntimeTestsEnabled: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' }} | 37 | RuntimeTestsEnabled: true |
38 | SigningUser: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_USER || '' }} | 38 | SigningUser: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_USER || '' }} |
39 | SigningSecret: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_SECRET || '' }} | 39 | SigningSecret: ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_SECRET || '' }} |
40 | 40 | ||
@@ -46,6 +46,7 @@ jobs: | |||
46 | 46 | ||
47 | - name: Save logs | 47 | - name: Save logs |
48 | uses: actions/upload-artifact@v2 | 48 | uses: actions/upload-artifact@v2 |
49 | if: always() | ||
49 | with: | 50 | with: |
50 | name: logs | 51 | name: logs_${{ github.run_id }} |
51 | path: build/logs/ | 52 | path: build/logs/ |