Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Urpagin committed May 11, 2024
1 parent cec3ac3 commit c77c09e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- os: ubuntu-latest
name: "Linux x64"
asset_name: "MCRandomProxy-Linux"
executable_name: "MCRandomProxy" # Assuming the output name for Linux does not have .exe
executable_name: "MCRandomProxy"
- os: windows-latest
name: "Windows"
asset_name: "MCRandomProxy-Windows.exe"
Expand Down Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Build
run: cmake --build build --config Release

- name: List build directory
run: ls -la ./build/Release

- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c77c09e

Please sign in to comment.