Skip to content

Commit

Permalink
GitHub Actions now use actions/upload-artifact@v2 [skip ci]]
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Oct 31, 2020
1 parent 1f7cd9e commit 93219d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
echo ::set-env name=Build_type::%CONFIGURATION:~0,1%%PLATFORM%
xr_pack_build.cmd
- name: Upload OpenXRay artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: OpenXRay.${{ env.Build_type }}.7z
path: res\OpenXRay.${{ env.Build_type }}.7z
- name: Upload Symbols
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: Symbols.${{ env.Build_type }}.7z
path: res\Symbols.${{ env.Build_type }}.7z
- name: Upload Utils
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: Utils.${{ env.Build_type }}.7z
path: res\Utils.${{ env.Build_type }}.7z
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
echo ::set-env name=Build_type::i386
fi
- name: Upload OpenXRay artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: openxray_1.6.02_${{ matrix.Configuration }}_${{ env.Build_type }}.deb
path: bin/openxray_1.6.02_${{ env.Build_type }}.deb

0 comments on commit 93219d9

Please sign in to comment.