Skip to content

Commit

Permalink
Drop obsolete build step
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Mar 12, 2024
1 parent 278b230 commit 04d0bcd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
container: 'registry.gitlab.com/t-oster/visicutbuildservice'
steps:
- name: Setup directories
run: mkdir -p /app/build /app/output
- name: Run build
run: /app/build.sh
- name: Archive built files
uses: actions/upload-artifact@v3
with:
name: output binaries
path: |
/app/output/**
distribute:
strategy:
fail-fast: false
Expand Down

0 comments on commit 04d0bcd

Please sign in to comment.