Skip to content

Commit

Permalink
Try to fix archive artifacts in Linux and Windows build #6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Sep 1, 2024
1 parent a89f1b8 commit a45fc02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: '6.7.2'
modules: 'qtcharts qtmultimedia qt5compat qtshadertools'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: git fetch --prune --unshallow --tags

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
arch: 'win64_mingw'
tools: 'tools_mingw90'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: git fetch --prune --unshallow --tags

Expand Down Expand Up @@ -71,10 +71,7 @@ jobs:
$Filename = $current_date + "_" + $git_hash + "_Windows_welle-io-setup_x64"
# Run InnoSetup
& ISCC /O..\ /F$Filename windows/installer.iss
# Copy installer ()
cp
& ISCC /O.\ /F$Filename windows/installer.iss
- name: Archive artifacts (welle.io Windows installer)
if: always() && steps.create_installer.outcome == 'success'
Expand Down

0 comments on commit a45fc02

Please sign in to comment.