Skip to content

Commit

Permalink
artifact/asset names x64->universal
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-bloom committed Sep 12, 2021
1 parent 8061a7d commit 8d89a26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
- name: Upload zip as artifact
uses: actions/upload-artifact@v2
with:
name: openrct2-libs-v${{ env.version }}-x64-macos-dylibs.zip
path: openrct2-libs-v${{ env.version }}-x64-macos-dylibs.zip
name: openrct2-libs-v${{ env.version }}-universal-macos-dylibs.zip
path: openrct2-libs-v${{ env.version }}-universal-macos-dylibs.zip
- name: Load Release URL File from release job
if: startsWith(github.ref, 'refs/tags/v')
uses: actions/download-artifact@v1
Expand All @@ -135,6 +135,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: openrct2-libs-v${{ env.version }}-x64-macos-dylibs.zip
asset_name: openrct2-libs-v${{ env.version }}-x64-macos-dylibs.zip
asset_path: openrct2-libs-v${{ env.version }}-universal-macos-dylibs.zip
asset_name: openrct2-libs-v${{ env.version }}-universal-macos-dylibs.zip
asset_content_type: application/zip

0 comments on commit 8d89a26

Please sign in to comment.