Skip to content

Commit

Permalink
Revert change to workflow, bump SDK version in global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Dec 27, 2024
1 parent 26c57a4 commit f478d56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@v4
with:
#global-json-file: Fronter.NET/global.json
global-json-file: global.json
global-json-file: Fronter.NET/global.json
- name: "Replace frontend background image"
run: |
rm Fronter.NET/Fronter.NET/Assets/Images/background.png
Expand All @@ -84,10 +83,10 @@ jobs:
BACKBLAZE_KEY_ID: ${{ secrets.BACKBLAZE_KEY_ID }}
BACKBLAZE_APPLICATION_KEY: ${{ secrets.BACKBLAZE_APPLICATION_KEY }}
BACKBLAZE_BUCKET_ID: ${{ secrets.BACKBLAZE_BUCKET_ID }}
# - name: "Setup Dotnet for use with actions"
# uses: actions/setup-dotnet@v4
# with:
# global-json-file: global.json
- name: "Setup Dotnet for use with actions"
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- name: "Build backend"
working-directory: ImperatorToCK3
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100",
"version": "9.0.101",
"allowPrerelease": true,
"rollForward": "disable"
}
Expand Down

0 comments on commit f478d56

Please sign in to comment.