Skip to content

Commit

Permalink
Use a different release artifact step to support file name changing
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAman62 committed May 9, 2024
1 parent 9c7dd7a commit 14cd2d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Create MacOS arm64 Package
run: dotnet publish -r osx-arm64 --self-contained true -p:PublishSingleFile=true OpenF1.Console/OpenF1.Console.csproj -o osx-arm64-output
- name: Upload MacOS arm64 to Release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: svenstaro/upload-release-action@v2
with:
file: "osx-arm64-output/openf1-console"
tags: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: osx-arm64-output/openf1-console
asset_name: openf1-console-macos-arm64
tag: ${{ github.ref }}

0 comments on commit 14cd2d3

Please sign in to comment.