Skip to content

Commit

Permalink
Merge branch 'SAPP-develop' of https://github.com/decenomy/DSW
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Mar 13, 2024
2 parents 24ba400 + ef477aa commit 72ef193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Archive and Upload Extracted Files
uses: actions/upload-artifact@v4
with:
name: release-artifacts
name: release-artifacts-linux-x64
path: release_files
build-files-linux-arm64:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Archive and Upload Extracted Files
uses: actions/upload-artifact@v4
with:
name: release-artifacts
name: release-artifacts-linux-arm64
path: release_files
build-windows-x64:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Archive and Upload Extracted Files
uses: actions/upload-artifact@v4
with:
name: release-artifacts
name: release-artifacts-windows-x64
path: release_files
build-macos-x64:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -140,5 +140,5 @@ jobs:
- name: Archive and Upload Extracted Files
uses: actions/upload-artifact@v4
with:
name: release-artifacts
name: release-artifacts-macos-x64
path: release_files

0 comments on commit 72ef193

Please sign in to comment.