Skip to content

Commit

Permalink
update Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Aug 4, 2024
1 parent 1c9271f commit 4011740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: [self-hosted, watcom]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build with wmake
run: |
Expand All @@ -26,13 +26,13 @@ jobs:
wmake dist dist-svardos
- name: Upload distribution files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fdisk.zip
path: fdisk.zip

- name: Upload SvarDOS package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fdisk.svp
path: fdisk.svp
Expand Down

0 comments on commit 4011740

Please sign in to comment.