Skip to content

Commit

Permalink
Bump everything to latest (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Sep 14, 2023
1 parent 74fbe03 commit 6657bf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-preview.6.23330.14'
dotnet-version: '8.0.100-rc.1.23455.8'
- name: Build
shell: cmd
run: |
Expand All @@ -119,7 +119,7 @@ jobs:
dotnet publish /p:OptimizationPreference=Size
(
echo LANGUAGE=C#
echo COMPILER=8.0.100-preview.6.23330.14
echo COMPILER=8.0.100-rc.1.23455.8
)>bin\Release\net8.0\win-x64\publish\info.txt
- name: Upload
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-preview.6.23330.14'
dotnet-version: '8.0.100-rc.1.23455.8'
- name: Build
shell: cmd
run: |
Expand All @@ -192,7 +192,7 @@ jobs:
dotnet publish -p:PublishAot=true -p:OptimizationPreference=Size
(
echo LANGUAGE=F#
echo COMPILER=8.0.100-preview.6.23330.14
echo COMPILER=8.0.100-rc.1.23455.8
)>bin\Release\net8.0\win-x64\publish\info.txt
- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6657bf7

Please sign in to comment.