Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated workflow to generate installable flarum packages #3561

Closed
luceos opened this issue Jul 25, 2022 · 1 comment · Fixed by #3625
Closed

Automated workflow to generate installable flarum packages #3561

luceos opened this issue Jul 25, 2022 · 1 comment · Fixed by #3625
Assignees

Comments

@luceos
Copy link
Member

luceos commented Jul 25, 2022

No description provided.

@luceos
Copy link
Member Author

luceos commented Jul 25, 2022

# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run.
on:
  # Triggers the workflow on push or pull request events but only for the master branch
  push:
    branches: [ master ]

  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
  # This workflow contains a single job called "build"
  copy:
    env:
      commitmsg: ${{ github.event.head_commit.message }}
    runs-on: ubuntu-latest
    steps:
    - name: Checkout
      uses: actions/checkout@v2

    - name: Push binary to extiverse/helper
      uses: dmnemec/[email protected]
      env:
        API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
      with:
        source_file: 'builds/extiverse'
        destination_repo: 'extiverse/helper'
        destination_branch: 'main'
        destination_folder: 'bin'
        user_email: 'Daniël Klabbers'
        user_name: 'luceos'

Inspiration to copy tarball from framework to flarum/flarum.

@SychO9 SychO9 moved this from 🚀 future to ⏳ backlog in Roadmap Aug 24, 2022
@SychO9 SychO9 linked a pull request Sep 2, 2022 that will close this issue
8 tasks
@SychO9 SychO9 moved this from ⏳ backlog to 🏃 in progress in Roadmap Sep 2, 2022
@SychO9 SychO9 moved this from 🏃 in progress to ✅ completed in Roadmap Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: completed
Development

Successfully merging a pull request may close this issue.

2 participants