Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kodjodevf committed Dec 6, 2024
1 parent 2a2335c commit f016e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
# build-and-release-linux-zip:
# permissions:
# contents: write
# runs-on: ubuntu-20.04
# runs-on: ubuntu-latest
# steps:

# - name: checkout branch
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
# build-and-release-linux-deb:
# permissions:
# contents: write
# runs-on: ubuntu-20.04
# runs-on: ubuntu-latest
# steps:

# - name: checkout branch
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
# build-and-release-linux-appimage:
# permissions:
# contents: write
# runs-on: ubuntu-20.04
# runs-on: ubuntu-latest
# steps:

# - name: checkout branch
Expand Down

0 comments on commit f016e88

Please sign in to comment.