Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offhub authored Nov 21, 2024
1 parent 9255dfd commit 4974e80
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI (Qt 5)
name: CI

on:
workflow_dispatch:
Expand Down Expand Up @@ -454,14 +454,14 @@ jobs:
- name: Collect installer assets
run: Installer\get_assets.cmd

- name: Upload installer assets
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
uses: actions/upload-artifact@v4.4.3
with:
name: Assets
path: |
Installer/Assets/*
retention-days: 60
# - name: Upload installer assets
# #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
# uses: actions/upload-artifact@v4.4.3
# with:
# name: Assets
# path: |
# Installer/Assets/*
# retention-days: 60

- name: Upload Sandboxie x64 Qt6
#if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
Expand Down

0 comments on commit 4974e80

Please sign in to comment.