fine i give up

This commit is contained in:
olebeck 2022-08-21 20:04:28 +02:00
parent c255aaab0c
commit fcb862b4c3
1 changed files with 0 additions and 17 deletions

View File

@ -33,23 +33,6 @@ jobs:
- name: build
run: make -j
- uses: actions/cache@v2
id: restore-build
with:
path: ./*
key: ${{ github.sha }}
release:
needs: build
name: Release
runs-on: "ubuntu-latest"
steps:
- uses: actions/cache@v2
id: restore-build
with:
path: ./*
key: ${{ github.sha }}
- uses: actions-ecosystem/action-get-latest-tag@v1
id: get-latest-tag