Skip to content

Commit

Permalink
Update release.yml (#35)
Browse files Browse the repository at this point in the history
fuck the rules
  • Loading branch information
TheBunnyMan123 authored May 18, 2024
2 parents 10a83e2 + 37a66b5 commit 3d5c726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand All @@ -34,8 +36,6 @@ jobs:

- name: Upload Fabirc artifacts to release
uses: svenstaro/upload-release-action@v2
permissions:
contents: write
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: fabric/build/libs/*
Expand Down

0 comments on commit 3d5c726

Please sign in to comment.