Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SegerEnd authored Jan 6, 2025
1 parent 119f69f commit 585800e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload app artifacts
uses: actions/upload-artifact@v3
with:
name: release-build-${{ github.event.repository.name }}-${{ steps.build-app.outputs.suffix }}
name: release-build
path: ./artifacts

download-and-release:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Download app artifacts
uses: actions/download-artifact@v4
with:
name: release-build-*
name: release-build
path: ./artifacts # Directory where the artifact will be saved

- name: List files in the artifact directory
Expand Down

0 comments on commit 585800e

Please sign in to comment.