mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix actions
This commit is contained in:
parent
9955b9ce30
commit
47c70d3071
7
.github/workflows/ff-release.yml
vendored
7
.github/workflows/ff-release.yml
vendored
@ -1,5 +1,7 @@
|
|||||||
name: Fast-Forward Release Branch
|
name: Fast-Forward Release Branch
|
||||||
on: [ release ]
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fast-forward:
|
fast-forward:
|
||||||
@ -12,8 +14,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Merge into Release
|
- name: Merge into Release
|
||||||
run: |
|
run: git merge ${{github.ref_name}} --ff-only
|
||||||
git merge ${{github.ref_name}} --ff-only
|
|
||||||
|
|
||||||
- name: Push Changes
|
- name: Push Changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
|
1
.github/workflows/ksp-publish.yml
vendored
1
.github/workflows/ksp-publish.yml
vendored
@ -37,7 +37,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
wget --user drewcassidy --password ${{ secrets.PILE_OF_ROCKS_PASS }} https://pileof.rocks/Secret/conformal-decals-dependencies-1.zip
|
wget --user drewcassidy --password ${{ secrets.PILE_OF_ROCKS_PASS }} https://pileof.rocks/Secret/conformal-decals-dependencies-1.zip
|
||||||
unzip conformal-decals-dependencies-*.zip -d ConformalDecals/dlls
|
unzip conformal-decals-dependencies-*.zip -d ConformalDecals/dlls
|
||||||
dotnet build --configuration Release ConformalDecals.sln
|
|
||||||
|
|
||||||
- name: Build DLL
|
- name: Build DLL
|
||||||
working-directory: Source
|
working-directory: Source
|
||||||
|
Loading…
Reference in New Issue
Block a user