Skip to content

Commit

Permalink
Rename nextcloud-rds -> rds
Browse files Browse the repository at this point in the history
This patch renames the directory nextcloud-rds to rds so that the folder name is the same as the app id.
  • Loading branch information
mickenordin committed Jan 22, 2024
1 parent 1f4c463 commit d90f4f2
Show file tree
Hide file tree
Showing 43 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: cd nextcloud-rds && make
run: cd rds && make

- name: Run packaging to app tar.gz
run: cd nextcloud-rds && make appstore
run: cd rds && make appstore

- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.0
with:
# Artifact name
name: nextcloud-rds.tar.gz
name: rds.tar.gz
# A file, directory or wildcard pattern that describes what to upload
path: '*.tar.gz'

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d90f4f2

Please sign in to comment.