Skip to content

Commit

Permalink
GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Jun 14, 2023
1 parent 5ccdd5e commit 9412abe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jobs:
if: ${{ inputs.TRIGGER_EVENT == 'workflow_dispatch' }}
uses: actions/upload-artifact@v3
with:
name: windows-build-output
name: windows-stage-3-${{ github.run_id }}
path: |
Waterfox\ Setup\ ${{ env.VERSION_DISPLAY }}.exe
Waterfox\ Setup\ ${{ env.VERSION_DISPLAY }}.exe.sha512
Expand Down Expand Up @@ -701,7 +701,7 @@ jobs:
- name: "\U0001F199 Upload Stage 2 Artifacts"
uses: actions/upload-artifact@v3
with:
name: macos-stage-2-output
name: macos-universal-stage-2-${{ github.run_id }}
path: |
Waterfox ${{ env.VERSION_DISPLAY }}.dmg
waterfox-${{ env.VERSION_DISPLAY }}.complete.mar
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: ⏬ Download Windows artifact
uses: actions/download-artifact@v3
with:
name: windows-build-output
name: windows-stage-3-${{ github.run_id }}
path: win/
- name: "\U0001F3AD Stage Windows"
run: >
Expand All @@ -69,7 +69,7 @@ jobs:
- name: ⏬ Download macOS artifact
uses: actions/download-artifact@v3
with:
name: macos-build-output
name: macos-universal-stage-2-${{ github.run_id }}
path: mac/
- name: "\U0001F3AD Stage macOS"
run: >
Expand Down

0 comments on commit 9412abe

Please sign in to comment.