summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLaG1924 <lag1924@gmail.com>2021-06-26 02:59:42 +0200
committerLaG1924 <lag1924@gmail.com>2021-06-26 05:36:58 +0200
commit0a8e4a05ea24d4adc019a49bb2ba0a225f5139dd (patch)
treecf45715f8bbf65a154045d9a6e249a6fcc735355 /.github
parentAdded build number to artifacts name and removed symbols artifacts for non-debug configurations (diff)
downloadAltCraft-0a8e4a05ea24d4adc019a49bb2ba0a225f5139dd.tar
AltCraft-0a8e4a05ea24d4adc019a49bb2ba0a225f5139dd.tar.gz
AltCraft-0a8e4a05ea24d4adc019a49bb2ba0a225f5139dd.tar.bz2
AltCraft-0a8e4a05ea24d4adc019a49bb2ba0a225f5139dd.tar.lz
AltCraft-0a8e4a05ea24d4adc019a49bb2ba0a225f5139dd.tar.xz
AltCraft-0a8e4a05ea24d4adc019a49bb2ba0a225f5139dd.tar.zst
AltCraft-0a8e4a05ea24d4adc019a49bb2ba0a225f5139dd.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0e5a452..bbb377c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -64,9 +64,6 @@ jobs:
- name: Copy AC and MC assets
run: cp -r $(echo "${{ github.workspace }}"|sed 's/\\/\//g')/mc-assets/assets $(echo "${{ github.workspace }}"|sed 's/\\/\//g')/package && cp -r $(echo "${{ github.workspace }}"|sed 's/\\/\//g')/cwd/* $(echo "${{ github.workspace }}"|sed 's/\\/\//g')/package
shell: bash
- - name: Download and copy fonts
- run: mkdir $(echo "${{ github.workspace }}"|sed 's/\\/\//g')/package/assets/altcraft/fonts && curl -L https://github.com/google/fonts/raw/main/apache/opensans/OpenSans%5Bwdth%2Cwght%5D.ttf --output $(echo "${{ github.workspace }}"|sed 's/\\/\//g')/package/assets/altcraft/fonts/OpenSans-Regular.ttf
- shell: bash
- name: Upload package artifacts
uses: actions/upload-artifact@v2
with: