Skip to content

Commit

Permalink
chore: Workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Marks committed May 25, 2024
1 parent 60effd5 commit 39cb2b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Aftman
uses: ok-nick/setup-aftman@v0.3.0
uses: ok-nick/setup-aftman@v0.4.2

- name: Build Packeteer
run: rojo build -vvvv -o packeteer.rbxm default.project.json
Expand All @@ -30,16 +30,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download Packeteer Build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: packeteer
path: packeteer.rbxm

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Packeteer ${{ github.ref }}
body: |
Expand All @@ -53,10 +53,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Aftman
uses: ok-nick/setup-aftman@v0.3.0
uses: ok-nick/setup-aftman@v0.4.2

- name: Publish Packeteer
run: wally publish --token ${{ secrets.WALLY_TOKEN }}

0 comments on commit 39cb2b4

Please sign in to comment.