Skip to content

Commit

Permalink
Update build-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Mar 28, 2023
1 parent 7d1d46a commit 1600519
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
buildDirectory: ${{ github.workspace }}/build/
cmakeBuildType: ${{ matrix.buildtype }}

- name: Upload artifacts
uses: actions/upload-artifact@v2
- name: Create and Upload Artifact
uses: actions/upload-artifact@main
with:
name: ${{ matrix.os }}-${{ matrix.buildtype }}
name: canary-${{ matrix.os }}-${{ matrix.buildtype }}-${{ github.sha }}
path: |
${{ github.workspace }}/vcproj/x64/${{ matrix.buildtype }}/
${{ github.workspace }}/build/${{ matrix.buildtype }}/bin/

0 comments on commit 1600519

Please sign in to comment.