File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - ' master'
77
88jobs :
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
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+
You can’t perform that action at this time.
0 commit comments