Skip to content

Commit db137c1

Browse files
Remove unnecessary jobs
1 parent fc9119f commit db137c1

1 file changed

Lines changed: 1 addition & 27 deletions

File tree

.github/workflows/build_dev_version.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ on:
66
- 'master'
77

88
jobs:
9-
remove_old_artifacts:
10-
name: Remove old artifacts
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Remove old artifacts
14-
uses: kolpav/purge-artifacts-action@v1
15-
with:
16-
token: ${{ secrets.GITHUB_TOKEN }}
17-
expire-in: 0
18-
199

2010
upload_dev_build_artifact:
2111
name: Upload development build
@@ -53,20 +43,4 @@ jobs:
5343
uses: actions/setup-dotnet@v3
5444
with:
5545
global-json-file: global.json
56-
- name: "Build backend"
57-
working-directory: ImperatorToCK3
58-
run: |
59-
dotnet publish -p:PublishProfile=${{ matrix.build }} -c:Release --output:"../Publish/ImperatorToCK3"
60-
- name: Archive Publish folder
61-
uses: thedoctor0/zip-release@master
62-
with:
63-
type: ${{ matrix.archive_type }}
64-
directory: 'Publish'
65-
path: '.'
66-
filename: '../ImperatorToCK3-${{ matrix.build }}-dev${{ matrix.archive_extension }}'
67-
- name: Upload artifact
68-
uses: actions/upload-artifact@v3
69-
with:
70-
name: ImperatorToCK3-${{ matrix.build }}-dev
71-
path: 'ImperatorToCK3-${{ matrix.build }}-dev${{ matrix.archive_extension }}'
72-
retention-days: 30
46+

0 commit comments

Comments
 (0)