Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongGino authored Sep 5, 2024
1 parent a1d2f57 commit 12ba30e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
c_compiler: cl

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4

- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
Expand Down Expand Up @@ -85,15 +85,15 @@ jobs:
working-directory: ${{ steps.strings.outputs.build-output-dir }}

- name: Upload Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
# Artifact name
name: OpenFIREapp-${{ matrix.pretty }} # optional, default is artifact
# A file, directory or wildcard pattern that describes what to upload
path: ${{ matrix.file }}

- name: Download a Build Artifact
uses: actions/download-artifact@v4.1.2
uses: actions/download-artifact@v4
with:
# Name of the artifact to download. If unspecified, all artifacts for the run are downloaded.
name: OpenFIREapp-${{ matrix.pretty }} # optional

0 comments on commit 12ba30e

Please sign in to comment.