Skip to content

Commit

Permalink
Rerun actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Jun 13, 2024
1 parent a2d50cf commit 6d72376
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,7 @@ jobs:
- name: Upload executable
uses: actions/upload-artifact@v4
with:
# suppose we compiled our game and named it 'stocksim'
# use wildcard to match the executable for all platforms
# name: stocksim
name: stocksim-${{ matrix.config.os }}-${{ matrix.config.CXX }}-${{ matrix.config.build_type }}
name: stocksim-${{ matrix.os }}-${{ matrix.config.CXX }}-${{ matrix.config.build_type }}
path: stocksim*
compression-level: 9
if-no-files-found: error
Expand Down

0 comments on commit 6d72376

Please sign in to comment.