Skip to content

Commit

Permalink
Update amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Mar 31, 2024
1 parent d5cecb6 commit bb049dc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
runs-on: ubuntu-latest
container: docker.io/library/debian:trixie-slim

permissions:
contents: write

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -45,3 +48,12 @@ jobs:
path: BuiltDeb.tar.gz
compression-level: 9 # maximum compression

- uses: ncipollo/release-action@4f8867fa5eec0b3f59ead8f69aeba316c24907b3
with:
allowUpdates: true
artifactErrorsFailBuild: true
prerelease: true
name: "LingmoOS Development Build amd64"
artifacts: "BuiltDeb.tar.gz"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bb049dc

Please sign in to comment.